ImageNetV2 icon indicating copy to clipboard operation
ImageNetV2 copied to clipboard

A new test set for ImageNet

Results 6 ImageNetV2 issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to get the mapping from class labels to IDs, and presumably this is done by running `python generate_class_info_file.py` from within the `code` directory (please let me know...

Hello, It seems that the file names of ImageNetV2 have been changed. Could you provide the mappings between old and new filenames? Thanks!

Do you have any plan to make the human selection frequency public for ImageNetV2? If it is already available, where can we find it?

Could you please public the "original" dataset that is not scaled? I need it because flickr seems lost/change some of the images and it's hard to retrieve all non-scaled images...

hello i am having permission denied error when using this command to download the dataset wget https://s3-us-west-2.amazonaws.com/imagenetv2public/imagenetv2-matched-frequency.tar.gz HTTP request sent, awaiting response... 403 Forbidden

Hello. I found that for some OS system (my environment is Ubuntu20.04), the `class_to_idx` property of `dataset.ImageFolder` is not aligned with the directories' name, so it leads to wrongly label...