Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TSN

This repo provides one method for Person Action Recognition task.

Get started

pip3 install -r requirements.txt

Data preparation

We 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.

Training

bash train.sh

Our model is trained using ResNet50 as backbones

Evaluating

bash infer.sh

Accuracy

        oneflow     torch

top1 acc 0.6373 0.6373 top5 acc 0.6785 0.6785