Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.03k stars 1.13k forks source link

How to make human foot trackable? #612

Closed lvvova1 closed 3 years ago

lvvova1 commented 3 years ago

How to make a human leg trackable?

Like here: https://www.youtube.com/watch?v=kcsCf4SlFLs

I would appreciate any tutorial/guidance/tips on how to make leg trackable in ar foundation.

tdmowrer commented 3 years ago

It looks like the app in the video uses a custom machine learning algorithm. ARFoundation on iOS supports full body tracking and human segmentation & occlusion.

sam598 commented 3 years ago

On devices without native human segmentation, you could look into running something like tensorflow lite on top of the AR camera image: https://github.com/asus4/tf-lite-unity-sample

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dhaminitinAltran commented 3 years ago

Hi, would it be possible to use Barracuda and Arcore? for tracking the feet of a user.