GitPedia

Pycococreator

Helper functions to create COCO datasets

From waspinator·Updated June 1, 2026·View on GitHub·

pycococreator is a set of tools to help create [COCO](http://cocodataset.org) datasets. It includes functions to generate annotations in uncompressed RLE ("crowd") and polygons in the format COCO requires. The project is written primarily in Python, distributed under the Apache License 2.0 license, first published in 2018. Key topics include: coco, computer-vision, dataset, machine-learning.

Latest release: 0.2.1
March 22, 2021View Changelog →

pycococreator

Please site using: DOI

pycococreator is a set of tools to help create COCO datasets. It includes functions to generate annotations in uncompressed RLE ("crowd") and polygons in the format COCO requires.

Read more here https://patrickwasp.com/create-your-own-coco-style-dataset/

alt text
alt text

Install

pip install git+git://github.com/waspinator/pycococreator.git@0.2.0

If you need to install pycocotools for python 3, try the following:

sudo apt-get install python3-dev
pip install cython
pip install git+git://github.com/waspinator/coco.git@2.1.0

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from waspinator/pycococreator via the GitHub API.Last fetched: 6/14/2026