I have downloaded the dataset from huggingface. As mentioned in README, I should arrange the dataset as
ImageNet2012
├── train
├── val
├── train_canny
├── train_mask
├── train_normal
├── train_depth
├── val_canny
├── val_mask
├── val_normal
└── val_depth
But I found that the downloaded dataset seems to lack the train and val datasets. Where should I obtain the train and val datasets?
I have downloaded the dataset from huggingface. As mentioned in README, I should arrange the dataset as
But I found that the downloaded dataset seems to lack the train and val datasets. Where should I obtain the train and val datasets?