# lstm_pm_pytorch **Repository Path**: wtadota/lstm_pm_pytorch ## Basic Information - **Project Name**: lstm_pm_pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lstm_pm_pytorch implementation of LSTM Pose Machines with Pytorch This is pytorch implement of [LSTM Pose Machines](https://arxiv.org/pdf/1712.06316.pdf) Please note that this model is used for my own datasets. But the architecture and training are very close to the original model, please feel free to use it for your own project. ## Prerequisites * Python 2.7 * scipy * sklearn * pillow * PyTorch 0.3 * torchvision 0.1.9 * pandas * numpy ## Train python lstm_pm_train.py ## Test python test_lstm_pm.py ## References [LSTM Pose Machines](https://arxiv.org/pdf/1712.06316.pdf) [lawy623/LSTM_Pose_Machines](https://github.com/lawy623/LSTM_Pose_Machines)