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.51k stars 532 forks source link

About the implementation of perception loss #139

Open vinthony opened 4 years ago

vinthony commented 4 years ago

Hi, Thanks for your awesome work. These codes are clear and easy to read. I found there is no ImageNet normalization for the calculation of perception loss. Does the perception loss actually work? Have you tested the performance w/ and w/o the normalization?

Best wishes.