YangtaoWANG95 / TokenCut

(CVPR 2022) Pytorch implementation of "Self-supervised transformers for unsupervised object discovery using normalized cut"
MIT License
304 stars 34 forks source link

how to prepare the imagenet dataset #7

Closed gazelxu closed 2 years ago

gazelxu commented 2 years ago

Sincerely thanks to this greate work! I get images and boxes annotations from imagenet official website. However, how to prepare the imagenet dataset as follows? ./datasets/ImageNet/ ├── ILSVRC ├── Annoations ├── Data ├── Detection ├── ImageSets ├── LOC_synset_mapping.txt ├── LOC_val_solution.csv

                    ...
aparna-aketi commented 2 years ago

Hi @gazelxu, Did you figure out how to prepare detection folder for imagenet?