Closed ikhwan12 closed 2 years ago
Hi, @ikhwan12! I believe the error is due to the misplaced input image. Please try the following steps.
IFAN/test/random
.
--data
).IFAN/test/random/1.jpg
).python run.py --mode IFAN --network IFAN --config config_IFAN --data random --ckpt_abs_name ckpt/IFAN.pytorch --cpu --
data_offset ./test --output_offset ./test_out
Hi @codeslake Thank you for prompt reply and continuous support.
I have created folder exactly as your instruction and run with your command above.
But I am still having the same error
Here is the new folder I created and place my image:
Hi, @ikhwan12.
Thank you for pointing this out! There was a bug for loading images when the inputs are placed within the project folder.
I've just updated the code. Please pull and check whether it is working ok.
Hi @codeslake Thank you for fixing the code. Now it works.
Hi @HyeongseokSon1 ,
I have an issue by running the latest code using this command :
python run.py --mode IFAN --network IFAN --config config_IFAN --data DPDD --ckpt_abs_name ckpt/IFAN.pytorch --cpu --data_offset ./test --output_offset ./test_out
Basically I would like to test my 1 .jpg image and store in
./test
The error is shown like this:
Here is my directory list:
Do you know what is the problem ? or maybe I am doing wrong ?