No such file or directory: 'data/imagenet_s/imagenet_919.json'
Thank you for open-sourcing such excellent work.
I am trying to replicate your training process, but after downloading the Imagenet-S dataset, the data structure is as follows:
├── imagenet-s
├── ImageNetS919
├── train-full
├── train
├── train-semi
├── train-semi-segmentation
├── validation
├── validation-segmentation
└── test
I did not find the required "imagenet_919.json" file in the code. Where should I go to obtain this file?
Thank you for point out the missing file, I have updated it. checkout here
Thank you for your quick response, which has already solved the issue I raised.
However, I have also noticed some minor issues in the code: Some packages appear to be unused but are still included in the code; There also seem to be some spelling errors.
These minor issues have caused some difficulties in deploying and understanding the code.
If you have time, I hope you can make this code clearer, which would further enhance the impact of your work. Thank you again for your open-source contribution.