You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, I noticed the body model return a tensor with 19 channels.
Adding
print("Mconv7_stage6_L2", Mconv7_stage6_L2.shape)
inopenpose/body/estimator.py
on line 139 will printMconv7_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
The text was updated successfully, but these errors were encountered: