MUST icon indicating copy to clipboard operation
MUST copied to clipboard

How to organize the dataset

Open SKBL5694 opened this issue 3 years ago • 1 comments

Thanks for the nice work. I would like to know how to organize the data. I currently have ucf101 data. The default data structure is: "ucf101_rawframes\rawframes\101 classes folder" Because I don't have enough graphics card (only one 2060 6g), but I want to learn your code by debugging, so I change the command from the distribution to this "train.py --dataset ucf101_frames --clip_model ViT-B/16" but now it raises this error: [WinError 3] 系统找不到指定的路径。 : '/export/share/datasets/vision/image_datasets/ucf101\train' I would like to know how to organize the data to match your code. I found the dataset structure given in the comments in the function 'find_classes', but I don't know how to get files with extensions like .ext. Can you give me some help, thanks a lot.

SKBL5694 avatar Aug 06 '22 06:08 SKBL5694

Hi, please follow the instructions from this repo to organize the data: https://github.com/facebookresearch/vissl/tree/main/extra_scripts/datasets

LiJunnan1992 avatar Aug 08 '22 05:08 LiJunnan1992