XgTu / 2DASL

The code (pytorch for testing & matlab for 3D plot and evaluation) for our project: Joint 3D Face Reconstruction and Dense Face Alignment from A Single Image with 2D-Assisted Self-Supervised Learning (2DASL)
MIT License
464 stars 116 forks source link

run on live Webcam or single image? #26

Open antithing opened 4 years ago

antithing commented 4 years ago

Hi @XgTu, and thank you very much for making this code available!

How can i run it live on a Webcam, or a single image? Is there any similar code I can look at to get started?

Specifically I need to return the 3d landmarks from an image, or video.

Like this GIF:

55405030-cb3b7f80-558b-11e9-9553-e1858db0e198

How can i replicate this result from a webcam?

Thanks!