hongsukchoi/Pose2Mesh_RELEASE

Joints order of the parsed data

aali26 opened this issue · 3 comments

Hello Choi,

Thanks for the wonderful contribution. I was wondering what is joints order of the parsed data (17, 2). You mentioned in another issue you used (Gyeongsik Moon) work for parsing the data but I'm not sure which project exactly.

Thanks in advanced for your response

Hi,

It’s inthe ‘./data/*/dataset.py’

Thank you Choi for your comment. What I want to do is to experiment different 2d detector which requires me to understand the joints order your code accepts. So I can mimic the same input. I know the file you mentioned the joints order that you use.

One more question let’s say I want to use openpose detector which has more joints than what you have, do you think it is good idea to just do static mapping between the joints order of openpose and yours and then retrain the model or you think this is not practical?

One more question let’s say I want to use openpose detector which has more joints than what you have, do you think it is good idea to just do static mapping between the joints order of openpose and yours and then retrain the model or you think this is not practical?

It will work fine. But in the test time, there should no missing joints in the input. See my 3DCrowdNet repo for advanced estimation