Pytorch0.4.1_Openpose icon indicating copy to clipboard operation
Pytorch0.4.1_Openpose copied to clipboard

Pytorch implementation of Openpose in Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields

Results 17 Pytorch0.4.1_Openpose issues
Sort by recently updated
recently updated
newest added

I modify the epoch and other code to train rapidiy,but when i finish training,i found there in no new uesful result in my folder. after checking and debug the code,when...

Hello, do you have the code about the test set with own trained model?

Hi, TreB1eN: Thanks for sharing this pytorch version of openpose. I really loves your comments. When I try to dive into the code, I found the dataloader generates "ignore_mask" from...

when i train ,there are warn :can not open file in some picture,i finally find it is not complete in ignore mask

我发现训练时特别慢,主要是因为加载数据时慢,尤其是生成PAF矢量图和heatmaps的过程,请问怎么解决?

When T try to run 'python train.py' ,upto 50% training processing working well,now here is the error: (Pytorch) C:\Users\mujta\Desktop\Pytorch>python train.py loading annotations into memory... Done (t=6.68s) creating index... index created!...

I notice that the keypoint num is 18(if add background it canbe 19), the limb num is 19. there're two circle because of ear-shoulder connection. the code has been specially...

When I run training script, I'm getting following error Error is on line 275 in openpose.py https://github.com/TreB1eN/Pytorch0.4.1_Openpose/blob/358ace1708116edc174dd0a2dbdf0f7f7195a7b2/openpose.py#L275 `ValueError: too many values to unpack (expected 2)` Is this problem due to...

Hi, this is a very nice work. And I wonder whether you could provide the training code for handnet. Many thanks.