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 528 forks source link

High mae value using the pretrained model on Places2 #157

Open ArlenCHEN opened 4 years ago

ArlenCHEN commented 4 years ago

Hi @knazeri,

Thanks for this great open-source work!

I tried to train your pretrained model on Places2 with part of Places2 dataset (only using 5000 imgs). The mae starts from a high value (>0.6). I set the MAX_ITERS as 2001000 and the mae value ends at 0.4720. Is this normal to your model? I am new to DL stuff and I thought the mae error would start from a very small value since it is already carefully trained. This confuses me. Please help. Thanks!