# HalpeCOCOAPI **Repository Path**: james9/HalpeCOCOAPI ## Basic Information - **Project Name**: HalpeCOCOAPI - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Halpe-COCO API: COCO API for [Halpe-FullBody dataset](https://github.com/Fang-Haoshu/Halpe-FullBody) - We get this API by modifying the [COCO API](https://github.com/cocodataset/cocoapi) to adapt to the Halpe-FullBody dataset. 我们通过修改 COCO API 来适应 Halpe-FullBody 数据集来得到这个 API。 ## Details: - Modify the function showAnns in [PythonAPI/halpecocotools/coco.py](PythonAPI/halpecocotools/coco.py#L236) so that it can show 136 full body keypoints. 修改[PythonAPI/halpecocotools/coco.py](PythonAPI/halpecocotools/coco.py#L236)中的showAnns函数,可以显示136个全身关键点。 - Modify the evaluation code in [PythonAPI/halpecocotools/cocoeval.py](PythonAPI/halpecocotools/cocoeval.py) to adapt to the 136-keypoints case. 修改[PythonAPI/halpecocotools/cocoeval.py](PythonAPI/halpecocotools/cocoeval.py)中的求值代码,以适应136-keypoints的情况。 ## To install: - Run `pip install halpecocotools`.