Skip to content

Validation Images in ImageNet Dataset Lack Label Directories #2

Description

@uha225

When downloading and extracting ImageNet validation images, they are not organized into labeled directories as with training data (i.e., directories starting with ‘n’ for each class label are absent). This differs from the structured format of the training images. Process_dataset.py in pd.sh applies preprocessing operations only to training images, leaving validation images unprocessed.

Questions and Clarification Needed:

Should validation images be placed in labeled subdirectories manually, similar to the training structure?
Is there an expected modification to process_dataset.py to preprocess validation images as well?
Steps to Reproduce:

Download validation data from ImageNet [https://image-net.org/data/ILSVRC/2012/ILSVRC2012_img_val.tar].
Extract data, and observe that no label directories are created in val.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions