CoreML model of Vision HandPose

Hi,
  1. ) I checked the below page for ML models, But I didn't found the CoreML model for HandPose on this link.

https://developer.apple.com/machine-learning/models/
Can you provide a link for the CoreML model.
  1. ) And can we use this with AR? I want to create an app, where we can add a 3D OBJ on fingers.

Thanks
Abhishek

Replies

Hello,

The ml model for this feature is not available, if you feel that you need the ml model then please file an enhancement request using Feedback Assistant.

You can certainly perform VNDetectHumanHandPoseRequests while an ARSession is running. The process would be similar to what is demonstrated in this sample project: https://developer.apple.com/documentation/arkit/tracking_and_altering_images

Instead of using Vision to detect rectangles as shown in the sample project, you will use Vision vision to detect the hand pose.