NVIDIA / pix2pixHD

Synthesizing and manipulating 2048x1024 images with conditional GANs
https://tcwang0509.github.io/pix2pixHD/
Other
6.65k stars 1.39k forks source link

How to make an edge map of face images in CelebA-HQ? #85

Open aiueogawa opened 5 years ago

aiueogawa commented 5 years ago

In your paper, the edge2face experiment with CelebA-HQ was done with facial contour maps. How did you make facial contour map? It seems to me that this is created by concatenating landmarks of a face. If it is true, what landmark detector did you use?

qivigor commented 5 years ago

same questions as @aiueogawa

Yummy2016 commented 4 years ago

https://github.com/datitran/face2face-demo you can check part of the code generate_train_data.py in this repo