#340 · Primary category: Computer Vision
pycococreator
Helper functions to create COCO datasets
Project last updated:06/20/24
GitHub Stars
784
Forks
175
Contributors
2
License
Apache-2.0
Why we included this project
Training instance or panoptic segmentation models usually means feeding them ground-truth annotations in the COCO JSON format. This small Python library converts binary masks, the kind you get from a labeling tool or synthetic renders, into the uncompressed RLE and polygon structures COCO expects, so your data is ready for standard training pipelines. It's a focused utility rather than a full labeling suite, so it fits best when you already have masks and just need reliable conversion into COCO-compatible annotation files. Teams building custom datasets for Mask R-CNN, Detectron, or similar detectors will find it a straightforward way to get from mask files to the annotation files those frameworks load.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)