Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time face tracking #26

Closed
jayp84847 opened this issue Jul 22, 2021 · 4 comments
Closed

Real time face tracking #26

jayp84847 opened this issue Jul 22, 2021 · 4 comments

Comments

@jayp84847
Copy link

jayp84847 commented Jul 22, 2021

Thank you for sharing such a great project. Yet I am working on some project with real time face tracking where I am using dlib 68_face_landmarks.dat but its not stable and accurate somehow I found this project, I saw some links and examples and guess what its amazing.

So how can I use this module in unity for real time face tracking. Or can you guide me which file should I use for real time face tracking. Or is there any chance we can create tracking module as .dat file formats.

@emilianavt
Copy link
Owner

emilianavt commented Jul 22, 2021

Hi, I'm happy you like it!

You can find a sample setup for using it to animate a 3D model of a character here. The included scene shows a basic setup for setting up a head tracking IK target and animating VRM model blendshapes. You can also do more custom animations by reading the tracking data from the OpenSee component yourself, similar to the scripts in the examples folder, and then mapping them to whatever model properties you like in a custom script.

Using it with dlib/as a .dat file is not possible.

@jayp84847
Copy link
Author

Can you tell me which one is face landmarks tracking module file.

@emilianavt
Copy link
Owner

The tracking models are inside the models folder. Landmark tracking models have filenames starting with lm_.

@jayp84847
Copy link
Author

jayp84847 commented Jul 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants