Metadata-Version: 2.1
Name: huggingface-datasets-cocoapi-tools
Version: 0.0.2
Summary: A helper library for easily converting MSCOCO format data using the loading script of huggingface datasets.
Author: Shunsuke KITADA
Author-email: shunsuke.kitada.0831@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: datasets
Requires-Dist: datasets[vision] (>=1.0.0) ; extra == "datasets"
Requires-Dist: pycocotools (>=2.0.2)
Requires-Dist: pydantic (>=2.0.0)
Description-Content-Type: text/markdown

# COCO API tools for 🤗 Huggingface Dataset

[![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)
[![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)
[![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)

## Installation

```shell
pip install git+https://github.com/shunk031/huggingface-datasets_cocoapi-tools
```

## Acknowledgement

- cocodataset/cocoapi: COCO API - Dataset @ http://cocodataset.org/ https://github.com/cocodataset/cocoapi 
- ppwwyyxx/cocoapi: Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging. https://github.com/ppwwyyxx/cocoapi 
- nightrome/cocostuffapi: COCO Stuff API https://github.com/nightrome/cocostuffapi 

