4-geeks / ARTS

ARTS: Action Recognition using Terminal States. A complete action-recognition framework based-on Google MediaPipe. πŸ”₯πŸ”₯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARTS

ARTS: Action Recognition using Terminal States. A complete action-recognition framework based-on Google MediaPipe. πŸ”₯πŸ”₯

Requirements

pip install mediapipe==0.8.3

simple usage

image image

  • Training

download dataset from below

dataset

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

Open In Colab

About

ARTS: Action Recognition using Terminal States. A complete action-recognition framework based-on Google MediaPipe. πŸ”₯πŸ”₯

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 86.3%Language:Jupyter Notebook 13.7%