Skip to content

Desilva93/coco-mask-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

COCO Mask Generator

This project generates binary or multi-class segmentation masks from the COCO dataset using the official annotations.

Features

  • Converts COCO annotations to masks.
  • Supports both binary and multi-class masks.
  • Handles overlapping regions, missing annotations, and iscrowd flags.

Installation

Install dependencies using uv (universal virtual environment):

curl -Ls https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors