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
When I run python train.py --cfg config/example/test/train.yml split train with feicuiwan_sample_folder, the error above takes place.
I follow the structure mentioned in minimal example dataset:
I had the same problem, and here's how I solved it.The main reason is because the suffix of my data is .jpg, but the uppercase .JPG in the configuration file.You can modify the dataset.yml file, delete the previously generated cache file cahe.pkl, and then reload.Good luck
When I run
python train.py --cfg config/example/test/train.yml split train
withfeicuiwan_sample_folder
, the error above takes place.I follow the structure mentioned in minimal example dataset:
The text was updated successfully, but these errors were encountered: