htzheng / CM-GAN-Inpainting

CM-GAN for Image Inpainting
Apache License 2.0
234 stars 19 forks source link

Questions about the object masks #6

Closed yqjiang6 closed 1 year ago

yqjiang6 commented 1 year 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 1 year 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 1 year ago

Thanks for your reply! It helps me a lot!