AlphaCLIP icon indicating copy to clipboard operation
AlphaCLIP copied to clipboard

No such file or directory: 'data/imagenet_s/imagenet_919.json'

Open Wenwen717 opened this issue 1 year ago • 2 comments

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?

Wenwen717 avatar Jul 30 '24 08:07 Wenwen717

Thank you for point out the missing file, I have updated it. checkout here

SunzeY avatar Jul 30 '24 08:07 SunzeY

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.

45241722331229_ pic

45251722331237_ pic

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.

Wenwen717 avatar Jul 30 '24 09:07 Wenwen717