Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understading the candiate indexes

saniazahan opened this issue · comments

Hi

Thanks for the great work. Can you tell me what are 3rd and 4th column in the candidate vector returned from body_estimation() model. The first two are x and y coordinates I guess.

Sorry got it
candidate: x, y, score, id
subset: n*20 array, 0-17 is the index in candidate, 18 is the total score, 19 is the total parts