-
Notifications
You must be signed in to change notification settings - Fork 136
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
data_clean.py how to use? #62
Comments
About data_clean.pyActually the "data_clean.py" is a wrong file by mistake. It is not for this project. How to resizeThe real preprocessing file is "resize_videos.py" in MMAction2.
It did two things: How to generate csv labelAs they mentioned in Data Preparation, you should get label files in csv format instedad of the original json format. So the conversion is a must.
The original label file is like:
You should remove "[" and "]" in "template" item as the label value rather than the "label" item.
FinallyIf someone can conatct with the author, please remind him removing the stupid mistake and give a complete guide on how to reproduce the experimental result |
hello, the file has been removed. |
Hi, so should the resize of SSV2 be the same as kinetics (320) or 240? because in the data readme 240 is specified. |
It would not be. In fact, regardless of the input size, the crop will finally be resized to a uniform size of 224. |
how use the file "data_clean.py " to process dataset "Something-Something V2", thanks
The text was updated successfully, but these errors were encountered: