ARTS: Action Recognition using Terminal States. A complete action-recognition framework based-on Google MediaPipe. 🔥🔥
pip install mediapipe==0.8.3
- Training
download dataset from below
First in config file muse set option of train and inference
Run commands below to reproduce results on dataset
python train.py
- Inference
run inference to obtain result
python inference.py
- Tutorial
To run tutorial GoogleColab notebook