hunto / image_classification_sota

Training ImageNet / CIFAR models with sota strategies and fancy techniques such as ViT, KD, Rep, etc.
Apache License 2.0
81 stars 14 forks source link

(dataset problem) ImageNet has not "meta/train.txt" #3

Closed Azong-HQU closed 2 years ago

Azong-HQU commented 2 years ago

Hello author, the imagenet dataset I downloaded does not have a meta/train.txt file, can you provide me with a file?

hunto commented 2 years ago

Hi, thanks for your attention.

You can get the meta files through the link below: http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz

Also, you can check the detailed instructions of preparing dataset in mmcls docs (thanks to the OpenMMLab team).