facebookresearch / supervision-by-registration

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
Other
762 stars 165 forks source link

Face Mesh Results? #72

Open CodingMice opened 4 years ago

CodingMice commented 4 years ago

I see the face mesh result of SBR in Introduction. How does SBR make 3d landmarks stable?

D-X-Y commented 4 years ago

Good question. We introduced a loss to enhance the multi-view consistency in our following work: https://ieeexplore.ieee.org/document/9050873 . It could be used to make 3D landmarks stable.

CodingMice commented 4 years ago

Good question. We introduced a loss to enhance the multi-view consistency in our following work: https://ieeexplore.ieee.org/document/9050873 . It could be used to make 3D landmarks stable.

Nice job. Would you release the training code of SRT? And when?

D-X-Y commented 4 years ago

You can watch this page: https://github.com/D-X-Y/landmark-detection/blob/master/SRT/README.md. The codes should be released on this page after June, sorry I'm currently busy on a ddl.

CodingMice commented 4 years ago

Thanks, I am looking forward to it.

ascust commented 4 years ago

I would like to ask the similar question. What method did you use to get the 3d mesh result? Thanks