Awesome
Halpe-COCO API: COCO API for Halpe-FullBody dataset
- We get this API by modifying the COCO API to adapt to the Halpe-FullBody dataset.
Details:
- Modify the function showAnns in PythonAPI/halpecocotools/coco.py so that it can show 136 full body keypoints.
- Modify the evaluation code in PythonAPI/halpecocotools/cocoeval.py to adapt to the 136-keypoints case.
To install:
- Run
pip install halpecocotools
.