Post

Replies

Boosts

Views

Activity

How to use hand pose classification?
I have watched the 'Classify hand poses and actions with Create ML' from WWDC2021 I was able to create a model using the Create ML app. But I am not sure how to use it in my iOS project. The video above misses out several steps. I have the HandPoseRequest working and can get the MLMultiArray of points. I have added the model file to my project and can create a MLModel instance from it. But the video above shows: let handPosePredition = try model.prediction(poses: keypointsMultiArray) What is the type of model ? How was it created? I cannot find any model type that has a function prediction(poses: MLMultiarray) Thanks.
1
0
1.2k
Jul ’21
How to use hand pose classification?
I have watched the 'Classify hand poses and actions with Create ML' from WWDC2021 I was able to create a model using the Create ML app. But I am not sure how to use it in my iOS project. The video above misses out several steps. I have the HandPoseRequest working and can get the MLMultiArray of points. I have added the model file to my project and can create a MLModel instance from it. But the video above shows: let handPosePredition = try model.prediction(poses: keypointsMultiArray) What is the type of model ? How was it created? I cannot find any model type that has a function prediction(poses: MLMultiarray) Thanks.
Replies
1
Boosts
0
Views
1.2k
Activity
Jul ’21