Open emoebel opened 2 years ago
Hi, I'm facing the same issue for test.py when I run with my own inputs from a custom dataset folder. Did you manage to fix it?
Also wondering if your val_img folder is empty. Cus mine only throws me this error when its empty but I can't populate val_img with images as the input is from the user?
In the end I made it work with:
python train.py --name canalB --dataset_mode custom --label_dir datasets/increased/canalB/B/ --image_dir datasets/increased/canalB/A/ --instance_dir datasets/increased/canalB/C/ --label_nc 2
If you don't use --instance_dir you have to specify --no_instance, this solved the issue on my side. Now I am facing problems with test.py... The instructions given on the main github page do not work.
Please, dear author of this github, could you make a tutorial on how to use your code with a custom dataset ? That would be very helpful
Hello, I'm trying to run SPADE with a custom dataset, but when trying to run:
I get the error:
My dataset is organised as follows (like for pix2pix from pytorch-CycleGAN-and-pix2pix):
any idea why I get an error?