Pytorch0.4.1_Openpose
Pytorch0.4.1_Openpose copied to clipboard
Pytorch implementation of Openpose in Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
When i run 'python train.py' to 50%, here is the error: loading annotations into memory... Done (t=4.52s) creating index... index created! loading annotations into memory... Done (t=0.53s) creating index... index...
@TreB1eN Thank you for your works, it is easy to test the openpose method in pytorch. I have a question about the running speed. I use this model to test...
Thank you for your work on Pytorch implementation of OpenPose. I've train the model on COCO dataset, but it seems Facenet and Handnet didn't work. Can you tell me what...
Thanks a lot for your greak work! Did you calculate the mAP of the model? I haven't seen any code about that so I wonder how you measure the performance...
Hi @TreB1eN , I have another question, do you know how to get MPII keypoints information from this model? the output is coco format .I want to get the head...
When I access the link, the VGG trained model is not there. 
i have a problem with testing process. my compiler shows me the valueError: shapes (2,20,1,512) and (2,) not aligned: 512 (dim 3) != 2 (dim 0) (i am trying to...