This repository contains the official implementation for the paper "SSTAR: Skeleton-based Spatio-temporal action recognition for intelligent video surveillance and suicide prevention in metro stations"
- tensorflow 2.6.0
- Python 3.8.5
- numpy 1.23.5
Clone this repository.
git clone git@github.com:GIT-USERNAME/SSTAR.git
cd SSTAR
Clone the repository and install the required pip packages (We recommend a virtual environment):
pip install -r requirements.txt
To run a baseline SSTAR experiment:
python main.py -b
