knazeri / edge-connect

EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
http://openaccess.thecvf.com/content_ICCVW_2019/html/AIM/Nazeri_EdgeConnect_Structure_Guided_Image_Inpainting_using_Edge_Prediction_ICCVW_2019_paper.html
Other
2.5k stars 530 forks source link

questions about model==2 #114

Open wangrong97 opened 5 years ago

wangrong97 commented 5 years ago

Dear author, Thank you very much for your code, but I have some questions about model==2: The input of this model is the incomplete_image+edge_image, the edge_image is the complete_image's edge. So do I need the edges_train.flist/edges_test.flist, when I training/test this model?