Closed subhrajyotidasgupta closed 3 years ago
Please make sure your~/PAISTD8/
folder look like this
PAISTD8
├── train/
├── train_A/
│ └── 90-1.png
│ └── ...
├── train_B/
│ └── ...
└── ...
Thanks for adding the dir structure.
Hey.
I'm getting a ValueError:
ValueError: num_samples should be a positive integer value, but got num_samples=0
occurring at:I downloaded the adjusted ISTD dataset from the provided link and providing the root path in the
train.py
file. What exactly is the issue? Am I missing something?