This is an official implementation of our CVPR 2021 paper "Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression" (https://arxiv.org/abs/2104.02300)
Hi, in inference_demo.py line 268, when DATASET_TEST == 'crowdpose', the csv_header should use CROWDPOSE_KEYPOINT_INDEXES but not COCO_KEYPOINT_INDEXES. It's a little bug though the headers don't really matters ;)
Hi, in inference_demo.py line 268, when
DATASET_TEST == 'crowdpose'
, the csv_header should useCROWDPOSE_KEYPOINT_INDEXES
but notCOCO_KEYPOINT_INDEXES
. It's a little bug though the headers don't really matters ;)