We provide some tips for MMAction2 data preparation in this file.
./data
/<dataset_name_1>
/feature
*.hdf5
...
train.json
val.json
test.json
...
Please follow the guide below to prepare the datasets.
- Please download the annotations and pre-extracted features.
- Put all files into
./data
of the repository.
- Please download the annotations and pre-extracted features.
- Put all files into
./data
of the repository.
- Follow the instructions in MAD repository to download the dataset.
- Using the script
tools/data/mad/convertion.py
to convert the data into our standard format.