Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting crash running train on Market data #2

Open
danishansari opened this issue Jul 9, 2021 · 0 comments
Open

Getting crash running train on Market data #2

danishansari opened this issue Jul 9, 2021 · 0 comments

Comments

@danishansari
Copy link

danishansari commented Jul 9, 2021

/home/ubuntu/DG-Net-PP/utils.py:239: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(stream) Traceback (most recent call last): File "train.py", line 59, in <module> config['new_size'], config['crop_image_height'], config['crop_image_width'], config['num_workers'], False) File "/home/ubuntu/DG-Net-PP/utils.py", line 219, in get_data_loader_folder dataset = ReIDFolder(input_folder, transform=transform) File "/home/ubuntu/DG-Net-PP/reIDfolder.py", line 14, in __init__ super(ReIDFolder, self).__init__(root, transform) File "/home/ubuntu/anaconda3/envs/dgnpp/lib/python3.7/site-packages/torchvision/datasets/folder.py", line 178, in __init__ target_transform=target_transform) File "/home/ubuntu/anaconda3/envs/dgnpp/lib/python3.7/site-packages/torchvision/datasets/folder.py", line 79, in __init__ "Supported extensions are: " + ",".join(extensions))) RuntimeError: Found 0 files in subfolders of: ./datasets/Market/pytorch/train_all Supported extensions are: .jpg,.jpeg,.png,.ppm,.bmp,.pgm,.tif

While I have only .jpg files, its bassically the same Market data I downloaded from the git-page link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant