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

process_dataset.py of Charades for action recognition #5

Closed
sjkai opened this issue Mar 25, 2018 · 1 comment
Closed

process_dataset.py of Charades for action recognition #5

sjkai opened this issue Mar 25, 2018 · 1 comment

Comments

@sjkai
Copy link

sjkai commented Mar 25, 2018

Firstly, thank you so much for your excellent code and paper.

I'm trying to adopt TRN for action recognition with Charades Dataset (Charades_v1). However, the data preprocessing of Charades_v1 seems not as easy as something-something because there are multi-class labels in one video.

- actions:  
Semicolon-separated list of "class start end" triplets for each actions in the video, such as c092 11.90 21.20;c147 0.00 12.60

Should I divide one video into serveral segments?
Could you please provide the process_dataset.py of Charades you used for action recognition which can be adopted to generate the index files for train, val, and test split (charades/category.txt,charades/train_segments.txt and charades/test_segments.txt).

Thank you.

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