README.md

August 29, 2021 ยท View on GitHub

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.

Contents

  1. 1Halpe-COCO API: COCO API for Halpe-FullBody dataset
  2. 2Details:
  3. 3To install: