Skip to content

miquel-espinosa/pycococreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]

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/[email protected]

About

Helper functions to create COCO datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%