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

Body model feature map number 19.

Open gheaeckkseqrz opened this issue 3 years ago • 0 comments

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 image. The openpose model has only 18 keypoints. What is channel 19 for ?

Best, Pierre

gheaeckkseqrz avatar Mar 11 '21 16:03 gheaeckkseqrz