This repository is a PyTorch (tested on version 1.1) implementation of Spatio-Temporal ResNet
You can find more information like paper and code in the original keras implementation
The data can be found in this page
Put the data in the data/ folder
- Optional: create a clean environment (etc. conda create) using Python3.6 for testing
- install the requirement
pip install -r requirement.txt
- Run main_train.py