Reputation: 2106
We are going to build an AR(Augmented Reality) application based on Vuforia framework which is for detecting the human's body parts and adding some object onto them.
Is there any way to detect Human's body parts like Face, Neck and Hand's finger using Vuforia or any other framework such as ARCore, EasyAR?
Upvotes: 0
Views: 1141
Reputation: 176
I think you need to check out TensorFlow PoseNet (pose estimation model): https://www.tensorflow.org/lite/models/pose_estimation/overview
Upvotes: 1