openpose-pytorch icon indicating copy to clipboard operation
openpose-pytorch copied to clipboard

:fire: OpenPose api wrapper in PyTorch.

Results 2 openpose-pytorch issues
Sort by recently updated
recently updated
newest added

Hi thanks for the great work. I have been struggling with caffe openpose as I am not familiar with caffe. Could you please share hand model as well. With just...

enhancement

Hi, I noticed the body model return a tensor with 19 channels. Adding ```print("Mconv7_stage6_L2", Mconv7_stage6_L2.shape)``` in ```openpose/body/estimator.py``` on line 139 will print ```Mconv7_stage6_L2 torch.Size([1, 19, 23, 17])``` for the demo...

question