researchmm / AOT-GAN-for-Inpainting

[TVCG'2023] AOT-GAN for High-Resolution Image Inpainting (codebase for image inpainting)
https://arxiv.org/abs/2104.01431
Apache License 2.0
425 stars 68 forks source link

Cannot test #17

Open EXGHLI opened 4 months ago

EXGHLI commented 4 months ago

I used the following command to execute test.py but no results appeared.

python src/test.py --dir_image data/pconv/ --pre_train experiments/aotgan_images_pconv512/G0001000.pt

Can you tell me how to handle it? Are there any parameters that I didn't provide? Thank you very much!

ads2d commented 4 months ago

bHave you resolved the problem? I am struggling with this.