Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 449 Bytes

DATA.md

File metadata and controls

15 lines (14 loc) · 449 Bytes

ImageNet-1K Preparation

We use standard ImageNet dataset, you can download it from http://image-net.org/. Move the validation set uner DATASET.

DATASET
 ├──DATA.md
 └──imagenet
      └── val
          ├── meta.json
          ├── n01440764
          │   ├── ILSVRC2012_val_00000293.JPEG
          │   └── ...
          └── n02102318
          └── ...