htzheng / CM-GAN-Inpainting

CM-GAN for Image Inpainting
Apache License 2.0
241 stars 20 forks source link

Questions about the object masks #6

Closed yqjiang6 closed 2 years ago

yqjiang6 commented 2 years ago

Hi! This is an amazing work in image inpainting, and I'm really interesting the method to generate masks described in your paper. The problem is that when generating masks, object masks are first sampled. However, this repo only provides 4 object masks. Could you provide more samples and the method to construct the object masks? Thank you!

htzheng commented 2 years ago

Thank you for your interest in our work! We used the ProFill (ECCV'20) object mask dataset to generate the random object masks. The entire object mask dataset can be downloaded here https://zengxianyu.github.io/iic/#object-masks

yqjiang6 commented 2 years ago

Thanks for your reply! It helps me a lot!