VideoPose3d_with_Detectron2
VideoPose3d_with_Detectron2 copied to clipboard
Function encode_for_videpose3d
Hi,I'm currently working with detectron2 and I'm trying to get the information from the boxes and the keypoints detected. In your function encode_for_videpose3d the variables that you enter (boxes,keypoints)) are from the outputs of the predictor ?
@laumc98 Hi, yes, they are predicted by the detectron2 (COCO Person Keypoint R-CNN with 'X101-FPN' backbone)