Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the documentation #1

Open
ldpbuaa opened this issue Nov 9, 2018 · 6 comments
Open

Question about the documentation #1

ldpbuaa opened this issue Nov 9, 2018 · 6 comments

Comments

@ldpbuaa
Copy link

ldpbuaa commented Nov 9, 2018

This is an awesome project for pose estimation. Thanks for sharing the code! I would be appreciated if the author could append the documentation for data preparation, training, and testing. Is it possible to use the code to train LSTM pose machine on Penn Action dataset now?

@pasawaya
Copy link
Owner

pasawaya commented Nov 9, 2018

Hi @ldpbuaa,

It's actually really straightforward to train the LSTM Pose Machine model on the Penn Action dataset. All you'd have to do is run python train.py --model=lpm --dataset=PennAction ... with your desired hyper parameters passed in as additional arguments (for a full list of supported arguments see the main function in train.py).

@ldpbuaa
Copy link
Author

ldpbuaa commented Nov 10, 2018

Thank you. I'm trying it. BTW, did you use the pretrained CPM model when train the LPM on the Penn Action dataset?

@pasawaya
Copy link
Owner

For pre-training, I followed the LSTM Pose Machines paper in training a two-stage single-image CPM model on a combined MPII and LSP dataset. The weights were then copied across all T stages of the sequential model since the paper also prescribes weight sharing.

@ldpbuaa
Copy link
Author

ldpbuaa commented Nov 14, 2018

The architecture of this project is really nice. I can train different models on different datasets with a tiny change of the code. But I noticed that there are some differences in the implementation of the test stage. The origin matlab code uses two deploy.prototxt files when testing, which processes the first frame separately in depoly1.prototxt as illustrated in the paper. Does this have an influence on the test result?

@sklf
Copy link

sklf commented Mar 11, 2019

Hello,I am trying to train the LPM foolowing the instruction described in original paper. But I don't know how to pretrain the model on MPII and LSP dataset. Can you guys tell me how to do that? Thanks!

@YHDang
Copy link

YHDang commented Oct 8, 2020

hello, I have run the code successfully. But, when I calculate the PCK using the function get_preds(·), the results are 0. I wanna know if I process the coordinates obtained by get_preds(·). Looking forward to your reply, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants