-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Torchvision provides an installer that only requires the .tar files to be put into the root directory:
https://pytorch.org/vision/main/generated/torchvision.datasets.ImageNet.html
NOTE
Before using this class, it is required to download ImageNet 2012 dataset from here and place the filesILSVRC2012_devkit_t12.tar.gzandILSVRC2012_img_train.tarorILSVRC2012_img_val.tarbased onsplitin the root directory.
The unpacking of .tar files could be handled via Tar.jl by porting the torchvision source code:
https://pytorch.org/vision/main/_modules/torchvision/datasets/imagenet.html#ImageNet
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed