{"id":19731510,"url":"https://github.com/shunk031/huggingface-datasets_cocoapi-tools","last_synced_at":"2026-03-07T10:32:14.748Z","repository":{"id":245209641,"uuid":"817794081","full_name":"shunk031/huggingface-datasets_cocoapi-tools","owner":"shunk031","description":"A helper library for easily converting MSCOCO format data using the loading script of huggingface datasets.","archived":false,"fork":false,"pushed_at":"2025-06-26T08:52:28.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T06:44:40.067Z","etag":null,"topics":["huggingface-datasets","mscoco","mscoco-dataset"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shunk031.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-06-20T13:02:07.000Z","updated_at":"2025-06-26T08:52:23.000Z","dependencies_parsed_at":"2024-06-20T14:57:39.528Z","dependency_job_id":"f462adcd-618c-46b2-b1be-7ecc52819976","html_url":"https://github.com/shunk031/huggingface-datasets_cocoapi-tools","commit_stats":null,"previous_names":["shunk031/huggingface-datasets_cocoapi-tools"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/shunk031/huggingface-datasets_cocoapi-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fhuggingface-datasets_cocoapi-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fhuggingface-datasets_cocoapi-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fhuggingface-datasets_cocoapi-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fhuggingface-datasets_cocoapi-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shunk031","download_url":"https://codeload.github.com/shunk031/huggingface-datasets_cocoapi-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fhuggingface-datasets_cocoapi-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["huggingface-datasets","mscoco","mscoco-dataset"],"created_at":"2024-11-12T00:21:25.268Z","updated_at":"2026-03-07T10:32:14.723Z","avatar_url":"https://github.com/shunk031.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COCO API tools for 🤗 Huggingface Dataset\n\n[![CI](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/ci.yaml/badge.svg)](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/ci.yaml)\n[![Release](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/release.yaml/badge.svg)](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/release.yaml)\n[![Deploy](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/deploy.yaml/badge.svg)](https://github.com/shunk031/huggingface-datasets_cocoapi-tools/actions/workflows/deploy.yaml)\n[![Python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue?logo=python)](https://pypi.python.org/pypi/huggingface-datasets-cocoapi-tools)\n[![PyPI](https://img.shields.io/pypi/v/huggingface-datasets-cocoapi-tools.svg)](https://pypi.python.org/pypi/huggingface-datasets-cocoapi-tools)\n\nA helper library for easily converting [MSCOCO format data](https://cocodataset.org/#home) using [the loading script](https://huggingface.co/docs/datasets/dataset_script) of [🤗 huggingface datasets](https://github.com/huggingface/datasets).\n\n## Installation\n\nYou can install the library via pip:\n\n```shell\npip install huggingface-datasets-cocoapi-tools\n```\n\nYou can also install the library with the optional dependencies:\n\n```shell\n# for pycocotools\npip install 'huggingface-datasets-cocoapi-tools[cocoapi]' \n\n# for huggingface/datasets\npip install 'huggingface-datasets-cocoapi-tools[datasets]' \n\n# for all dependencies\npip install 'huggingface-datasets-cocoapi-tools[all]'\n```\n\n## Acknowledgement\n\n- cocodataset/cocoapi: COCO API - Dataset @ http://cocodataset.org/ https://github.com/cocodataset/cocoapi \n- ppwwyyxx/cocoapi: Contains the \"pycocotools\" package on PyPI. Changes made to the official cocoapi about packaging. https://github.com/ppwwyyxx/cocoapi \n- nightrome/cocostuffapi: COCO Stuff API https://github.com/nightrome/cocostuffapi \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunk031%2Fhuggingface-datasets_cocoapi-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshunk031%2Fhuggingface-datasets_cocoapi-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunk031%2Fhuggingface-datasets_cocoapi-tools/lists"}