shepnerd / inpainting_gmcnn

Image Inpainting via Generative Multi-column Convolutional Neural Networks, NeurIPS2018
MIT License
427 stars 98 forks source link

question about Figure 6 in the paper #33

Closed bearcatt closed 5 years ago

bearcatt commented 5 years ago

I read the paper and have a question about the results in Figure 6. image It seems that the results w/o ID-MRF are better than ID-MRF.

bearcatt commented 5 years ago

Is this ID-MRF term really beneficial?

shepnerd commented 5 years ago

That's a typo in the paper. Sorry for misleading. The results in (b) are w/o ID-MRF and those in (c) are with ID-MRF. More related examples (Fig. 6 and Fig. 7, P7-8) are given in our supplementary file.

bearcatt commented 5 years ago

@shepnerd Thank you!