Post

Replies

Boosts

Views

Activity

Reply to How to use hand pose classification?
Typically I discovered the answer just after posting this question, incase anyone else has the same question. Use the Xcode generated class after adding the model file to your project. It then has the prediction function seen in the video. I was just loading the MLModel using the url to the file before, so I think if you do that you need to do some work to convert from the key points to a MLFeatureProvider.
Jul ’21
Reply to How to use hand pose classification?
Typically I discovered the answer just after posting this question, incase anyone else has the same question. Use the Xcode generated class after adding the model file to your project. It then has the prediction function seen in the video. I was just loading the MLModel using the url to the file before, so I think if you do that you need to do some work to convert from the key points to a MLFeatureProvider.
Replies
Boosts
Views
Activity
Jul ’21