Detectron.pytorch
Detectron.pytorch copied to clipboard
Which keypoints are actually detected?
Hi,
I have a small question. During evaluation, the detectron outputs all the keypoints' location, and some logit and probability associated with it. There is no binary tag regarding if the key point is detected or not. I want to test a custom algorithm that uses the information of the joints that are not detected. How can I know whether a keypoint is detected or not (and hence be able to assign a hard binary number to its existence)?
Thanks in advance.