Ha0Tang / C2GAN

[ACM MM 2019 Oral] Cycle In Cycle Generative Adversarial Networks for Keypoint-Guided Image Generation
http://disi.unitn.it/~hao.tang/project/C2GAN.html
Other
69 stars 5 forks source link

Er, I downloaded the Radboud Faces Database, but how can I get images like in the RaFD_landmark_figure folder? #2

Closed wutan-lab closed 4 years ago

Ha0Tang commented 4 years ago

What images in the RaFD_landmark_figure folder? I don't quite understand your question.

wutan-lab commented 4 years ago

What images in the RaFD_landmark_figure folder? I don't quite understand your question.

I'm sorry I didn't make it clear. Now I want to make a similar database, but I don't know how to use the keypoint information to get the corresponding landmark figure, which may be called "starmap" with only black dots on the white background. Just like the Radboud dataset requires four pictures to be connected, and I am missing the two "starmaps".

Ha0Tang commented 4 years ago

I think the corresponding landmark figure also included in the RaFD_landmark_figure. Let me know this is what you want.

wutan-lab commented 4 years ago

I think the corresponding landmark figure also included in the RaFD_landmark_figure. Let me know this is what you want.

What I need is the method of how to generate the starmaps, not the images. Maybe I should look for more information about the dataset. Anyway, thanks a lot for your patient response.

Ha0Tang commented 4 years ago

Hi, the code ./scripts/convert_pts_to_figure.m is uploaded now. Let me know if this is ok with you.

wutan-lab commented 4 years ago

Hi, the code ./scripts/convert_pts_to_figure.m is uploaded now. Let me know if this is ok with you.

Yeah, this s what I need! Thank you very much for your generous sharing, it will help me a lot!