Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gengshan-y/dyn_pose

Dynamic pose estimation in MXNet. faster-rcnn detection + cpm pose estimation + LSTM dynamical modeling
https://github.com/gengshan-y/dyn_pose

Last synced: 2 months ago
JSON representation

Dynamic pose estimation in MXNet. faster-rcnn detection + cpm pose estimation + LSTM dynamical modeling

Awesome Lists containing this project

README

        

# dyn_pose
Training and inference code for [LSTM-based action recognition model](http://www.contrib.andrew.cmu.edu/~gengshay/wordpress/index.php/424-2/).
Online version to be released later.

## Steps
- [models](https://drive.google.com/open?id=1v1TeDwCWb426g_LWnuKkVHr8PZZR-P2S)
- pre-process data: preprocess.py / split.py
- extract pose: extract.py
- train model: train_lstm.py
- evaluate model: infer_lstm.py
- offline demo: example.py

## Notes
- modify label_num in model/lstm.config

## Utils
- display.ipynb: display pose estimation results
- run.sh: evaluation script
- test.ipynb: miscellaneous

## TODO
- reduce spatial net size

## Reference
- [Convolutional Pose Machines](https://github.com/shihenw/convolutional-pose-machines-release)