gengshan-y / dyn_pose

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyn_pose

Training and inference code for LSTM-based action recognition model. Online version to be released later.

Steps

  • models
  • 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

About

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

License:MIT License


Languages

Language:Jupyter Notebook 77.0%Language:Python 22.7%Language:Shell 0.3%