Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to organize the dataset #2

Open
SKBL5694 opened this issue Aug 6, 2022 · 1 comment
Open

How to organize the dataset #2

SKBL5694 opened this issue Aug 6, 2022 · 1 comment

Comments

@SKBL5694
Copy link

SKBL5694 commented Aug 6, 2022

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 SKBL5694 changed the title How to organize 他和 How to organize the dataset Aug 6, 2022
@LiJunnan1992
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants