├── .gitignore ├── README.md ├── dataset.py └── model.py /.gitignore: -------------------------------------------------------------------------------- 1 | nets.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ohommos/phase-based-action-recognition/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ohommos/phase-based-action-recognition/HEAD/dataset.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ohommos/phase-based-action-recognition/HEAD/model.py --------------------------------------------------------------------------------