Skip to content

Instantly share code, notes, and snippets.

@AdityaKane2001
Created July 25, 2021 06:12
Show Gist options
  • Save AdityaKane2001/490b8c94c05538dec690513022195e91 to your computer and use it in GitHub Desktop.
Save AdityaKane2001/490b8c94c05538dec690513022195e91 to your computer and use it in GitHub Desktop.
This gist contains a tree view of the ImageNet directory structure
.
├── train/
│ ├── n01440764/
│ │ ├── n01440764_001.JPEG
│ │ ├── n01440764_002.JPEG
│ │ └── ...
│ ├── n01943899/
│ │ └── ...
│ ├── n02105056/
│ │ └── ...
│ └── ...
└── val /
├── ILSVRC2012_val_00007197.JPEG
├── ILSVRC2012_val_00007198.JPEG
└── ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment