inference_demo.py csv_header little bug
yyccli opened this issue · 1 comments
yyccli commented
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 ;)
Gengzigang commented
Hi, thanks for your suggestion. I will fix it~