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

Preprocessing for UCF101 #35

Closed
greggg123 opened this issue Jul 18, 2022 · 5 comments
Closed

Preprocessing for UCF101 #35

greggg123 opened this issue Jul 18, 2022 · 5 comments

Comments

@greggg123
Copy link

Hi, I was wondering if there are any available resources on the preprocessing for UCF101 similar to the given data_clean.py script for SSV2?

@yztongzhan
Copy link
Collaborator

Hi @greggg123! There is no need to preprocess the videos of UCF101. We use decord to decode the raw videos on the fly.

@yossibiton
Copy link

@yztongzhan
Where can I get the train.csv, test.csv for UCF101 ?
Can you please provide the csv files you used (as you did for Kinetics) ?

I downloaded the original dataset and it only has these txt files :
classInd.txt
testlist01.txt
testlist02.txt
testlist03.txt
trainlist01.txt
trainlist02.txt
trainlist03.txt

@wjj-w
Copy link

wjj-w commented May 6, 2023

Hi, have you solved this problem now and what should be done with the UCF101 dataset?

@yossibiton
Copy link

I believe this dataset has 3 train/test splits.
I don't know which split was used by this repo owners.

@wjj-w
Copy link

wjj-w commented May 6, 2023

Thank you very much for your reply. I'm trying to randomly select one of the split, but I'm having some problems in generating the csv file , the video is not being read correctly. Have you successfully generate the csv file based on one of the splitting methods? Can you share it? Looking forward to your reply!

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

4 participants