lihaod / Deep_inpainting_localization

Implementation of “Localization of Deep Inpainting Using High-Pass Fully Convolutional Network”
MIT License
27 stars 2 forks source link

The localization result of inpainted image is very confusion,why? #3

Closed 1129ljc closed 3 years ago

1129ljc commented 3 years ago

e2d1284d5630a622c1967633cf3a72c

lihaod commented 3 years ago

It may be due to the fact that the trained model was not properly loaded. Use --restore to specify the path of trained model, e.g., "--restore ./ckpt/jpg75/model.ckpt".