Closed hic9507 closed 2 years ago
Hi @hic9507! Thanks for your question. You can refer to this script for help.
Can you give me an example of the command? I'm a newb so I don't know. First of all, thanks for the reply!
You can refer to the instruction(en) or 中文说明 for help.
Hello. First, thank you for this repository.
I'm trying to preprocess.
I already looked at install.md and installed it. Now look at data.md and try to follow it. However, I already have the kinetics-400 downloaded before, so I just need to pre-process the data.
i) Download the dataset from the official website.
ii) Preprocess the dataset by resizing the short edges of the video to 320px. You can refer to the MMAction2 data benchmark for TSN and SlowOnly.
iii) Create the annotations required by the dataloader (" " in the annotations). Comments usually include train.csv, val.csv, and test.csv (here val.csv is equivalent to test.csv). The file format *.csv is:
I'm on the second of this course you mentioned, and I'm not sure how to do it. How do I pre-process?
Thank you for read it!