{"id":17183088,"url":"https://github.com/jin-s13/xtcocoapi","last_synced_at":"2025-07-31T11:32:44.287Z","repository":{"id":38241870,"uuid":"288948072","full_name":"jin-s13/xtcocoapi","owner":"jin-s13","description":"Extended COCO-API","archived":false,"fork":false,"pushed_at":"2023-10-19T07:56:43.000Z","size":5571,"stargazers_count":70,"open_issues_count":5,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T13:19:33.959Z","etag":null,"topics":["aichallenger","coco","coco-wholebody","cocoapi","crowdpose","mmpose"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jin-s13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-20T08:20:04.000Z","updated_at":"2025-05-22T00:58:41.000Z","dependencies_parsed_at":"2024-04-27T13:00:22.086Z","dependency_job_id":null,"html_url":"https://github.com/jin-s13/xtcocoapi","commit_stats":{"total_commits":72,"total_committers":6,"mean_commits":12.0,"dds":0.3472222222222222,"last_synced_commit":"86a60cab276e619dac5d22834a36dceaf7aa0a38"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jin-s13/xtcocoapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jin-s13%2Fxtcocoapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jin-s13%2Fxtcocoapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jin-s13%2Fxtcocoapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jin-s13%2Fxtcocoapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jin-s13","download_url":"https://codeload.github.com/jin-s13/xtcocoapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jin-s13%2Fxtcocoapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265540508,"owners_count":23784924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aichallenger","coco","coco-wholebody","cocoapi","crowdpose","mmpose"],"created_at":"2024-10-15T00:39:09.154Z","updated_at":"2025-07-16T21:07:57.407Z","avatar_url":"https://github.com/jin-s13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended COCO API (xtcocotools)\n\n## News\n\n[2023.10.19] Release xtcocotools v1.14.3. Support python3.7~3.11 on Linux, mac and windows systems.\n\n[2023.09.01] Release xtcocotools v1.14. Solve Cython3.x compatability.\n\n[2022.12.27] Release xtcocotools v1.13. Fix int overflow \u0026 solve deprecation in numpy (replace np.float with np.float64).\n\n[2022.04.10] Release xtcocotools v1.12. Fix bugs in APm and APl calculation.\n\n[2022.02.23] Release xtcocotools v1.11. Add Windows/Mac support.\n\n[2021.08.04] Release xtcocotools v1.10. Update installation dependencies.\n\n[2021.07.22] Release xtcocotools v1.9. Merge some useful PRs from cocoapi.\n\n[2021.05.19] Release xtcocotools v1.8. Fix CrowdPose evaluation.\n\n[2021.03.22] Release xtcocotools v1.7. Support multi-part scores for COCO-WholeBody Dataset.\n\n[2020.10.17] Release xtcocotools v1.6. Fix CrowdPose stats.\n\n[2020.9.14] Release xtcocotools v1.5. Support COCO-WholeBody Dataset.\n\n[2020.8.25] Release xtcocotools v1.0. Support COCO, AIChallenger, and CrowdPose Dataset.\n\n## Introduction\n\nCOCO has become a standard annotation format for the task of person keypoint detection, and is widely used for multiple datasets.\nOur Extended COCO API is developed based on [@cocodataset/cocoapi](https://github.com/cocodataset/cocoapi). \n\nWe aim to provide a unified evaluation tools to support multiple human pose-related datasets, including [COCO](http://cocodataset.org/), [COCO-WholeBody](https://github.com/jin-s13/COCO-WholeBody), [CrowdPose](https://github.com/Jeff-sjtu/CrowdPose), [AI Challenger](https://github.com/AIChallenger/AI_Challenger_2017) and so on.\n\nxtcocotools has been used in [MMPose](https://github.com/open-mmlab/mmpose) framework.\n\nWe provide a simple [demo_crowdpose](demos/demo_crowdpose.py) to evaluate on CrowdPose dataset; \n[demo_coco](demos/demo_coco.py) to evaluate on COCO dataset;\nand [demo_coco_wholebody](demos/demo_coco_wholebody.py) to evaluate on COCO-WholeBody dataset;\n\n## Requirements\n\n- Python 3.7+ (Lower versions are not fully tested)\n\n## Installation\n\nTo install from pip:\n```shell\npip install xtcocotools\n```\n\nTo install from source:\n```shell\npip install -r requirements.txt\npython setup.py install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjin-s13%2Fxtcocoapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjin-s13%2Fxtcocoapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjin-s13%2Fxtcocoapi/lists"}