D-X-Y / landmark-detection

Four landmark detection algorithms, implemented in PyTorch.
https://xuanyidong.com/assets/projects/TPAMI-2020-SRT.html
MIT License
925 stars 180 forks source link

[Dataset issues] How to download "Synthetic-Face" dataset? #86

Closed ZhenglinZhou closed 2 years ago

ZhenglinZhou commented 2 years ago

Which project are you using?

SBR & SRT

Issue description

Hi, Xuanyi. It's really an impressive work! Recently, I want to eval our ld detector on this "zero annotation error" dataset. But no download link was found about it, which confused me a lot. I list some questions below:

  1. Is it an open source dataset? 1) If yes, how can I download it? 2) If no, how can I reproduce it? And is there some introduction paper or blog?

Many thanks!

D-X-Y commented 2 years ago

Thanks for your interests! Unfortunately, it is an internal dataset at Facebook/Meta and can not be open-sourced.

A suggestion to reproduce that is to use some 3D geometry model to construct 3D face and project it to 2D to create such Synthetic dataset.

ZhenglinZhou commented 2 years ago

OK, thanks for your prompt reply!