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
Vim# bash vim/scripts/pt-vim-t.sh
raise FileNotFoundError(f"Couldn't find any class folder in {directory}.")
FileNotFoundError: Couldn't find any class folder in <my_path_to>/imagenet/train.
My ImageNet1K follows this structure in https://mmclassification.readthedocs.io/en/latest/getting_started.html:
where all the train/val images are in the
train
andval
folders, respectively. The labels are in a single file in themeta
folder.It seems that
Vim
assumes that ImageNet1K is organized the structure:where a folder stores all images of a class while the folder's name is noted as the class name.
The text was updated successfully, but these errors were encountered: