JiahuiYu / generative_inpainting

DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
http://jiahuiyu.com/deepfill/
Other
3.24k stars 781 forks source link

Different codes for two papers #483

Open hhheeexxxuuu opened 3 years ago

hhheeexxxuuu commented 3 years ago

Hello, I want to do a comparative experiment with your results. However, I found that the code in the two papers is the same between "Generative Image Inpainting with Contextual Attention" and "Free-Form Image Inpainting with Gated Convolutionv". I want to compare with the paper of "Generative Image Inpainting with Contextual Attention", Can you give me any suggestions?

kosmar2011 commented 3 years ago

go to the v1.0.0. branch https://github.com/JiahuiYu/generative_inpainting/tree/v1.0.0

hhheeexxxuuu commented 3 years ago

Thank you!