You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to reproduce your project code, in the evaluation as mentioned in your README.md file, it displays that " The meta file /home/mmardani/research/datasets/imagenet-root/imagenet/meta.bin is not present in the root directory or is corrupted. This file is automatically created by the ImageNet dataset."
I find that in files like imagenet256_val.yaml, the variables "root, meta_root, subset_txt" are predefined by your own project, may I ask what imagenet-root contains and what meta.bin stands for?
The text was updated successfully, but these errors were encountered:
As far as I can tell this is the standard ImageNet dataset as described by torchvision. meta.bin is created automatically by the Imagenet class if ILSVRC2012_devkit_t12.tar.gz is presented in the root directory.
This file can be downloaded from here: https://image-net.org/challenges/LSVRC/2012/2012-downloads.php
Note that if your imagenet directory is at the path \some\path\imagenet than the root variable need to be:
Dear author,
When I want to reproduce your project code, in the evaluation as mentioned in your README.md file, it displays that " The meta file /home/mmardani/research/datasets/imagenet-root/imagenet/meta.bin is not present in the root directory or is corrupted. This file is automatically created by the ImageNet dataset."
I find that in files like imagenet256_val.yaml, the variables "root, meta_root, subset_txt" are predefined by your own project, may I ask what imagenet-root contains and what meta.bin stands for?
The text was updated successfully, but these errors were encountered: