You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command functions correctly. If the code doesn't find any images in --dir_image, it won't perform testing on any images.
!python test.py
--dir_image='/content/drive/MyDrive/Colab Notebooks/test/FFHQ_test'
--dir_mask='/content/drive/MyDrive/Colab Notebooks/test/test_mask'
--data_test='FFHQ_test'
--image_size=256
--outputs='../outputs/pla/FFHQ_test'
--pre_train="/content/drive/MyDrive/Colab Notebooks/AOT-GAN-for-Inpainting/experiments/place2_1/aotgan_place2_train_pconv256/G0040000.pt"
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!
The text was updated successfully, but these errors were encountered: