clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 653 forks source link

AFHQ Alignment #161

Open DannyXYZa opened 10 months ago

DannyXYZa commented 10 months ago

The paper states All images are vertically and horizontally aligned to have the eyes at the center.

May I ask how to do this exactly, especially how to detect the eye coordinates? Or is there any codes for doing this? Thank you!