This repo provides one method for Person Action Recognition task.
pip3 install -r requirements.txtWe train and evaluate our models on Kinetics400 dataset. Please refer to (https://github.com/open-mmlab/mmaction/tree/master/data_tools/kinetics400) for data prepration.
Download the mini_dataset to evaluate the model.
bash train.shOur model is trained using ResNet50 as backbones
bash infer.sh oneflow torch
top1 acc 0.6373 0.6373 top5 acc 0.6785 0.6785