Skip to content

Add installer #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adrhill opened this issue Mar 5, 2024 · 0 comments
Open

Add installer #3

adrhill opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@adrhill
Copy link
Member

adrhill commented Mar 5, 2024

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 files ILSVRC2012_devkit_t12.tar.gz and ILSVRC2012_img_train.tar or ILSVRC2012_img_val.tar based on split in 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

@adrhill adrhill added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant