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

PS method #44

Closed FYJ112233 closed 5 years ago

FYJ112233 commented 5 years ago

If you are submitting a feature request, please preface the title with [feature request].

If you are submitting a bug report, please fill in the following details.

Which project are you using?

SAN

Issue description

What is the specific ps method used to form the 300W-style and AFLW-style data sets proposed in the paper? If we want to use the style-aggregated face generation module method in the paper to synthesize our dataset, how do we form various styles? Could you provide the PS method adopted in your paper? Thank you very much!

Code example

D-X-Y commented 5 years ago

Please refer to #7 . We are sorry that we lost the PS template that used for our -Style datasets.