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

A question of testing #143

Closed Arbiter0 closed 4 years ago

Arbiter0 commented 4 years ago

Hi! @knazeri I use this scripts python test.py --checkpoints ./checkpoints/celeba --input ./examples/celeba/images --mask ./examples/celeba/masks --output ./checkpoints/results/ with pre-trained model. However, it didn't generate any results. The folder ‘results’ is null. Could you help me solve this problem? Thanks! image image

Arbiter0 commented 4 years ago

I have solved this problem. When I use the absolute path, it works.