Chr1st0p / coco-annotator

:pencil2: Web-based image segmentation tool for object detection and localization

Home Page:https://annotator.justinbrooks.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeaturesWikiGetting StatedIssuesLicense


GitHub Stars GitHub Issues GitHub Code Quality Demo Build Status

COCO Annotator is a web-based image annotation tool designed for versatility and efficiently label images to create training data for image localization and object detection. It provides many distinct features including the ability to label an image segment (or part of a segment), track object instances, labeling objects with disconnected visible parts, efficiently storing and export annotations in the well-know COCO format. The annotation process is delivered though an intuitive and customizable interface and provides many tools for creating accurate datasets.

Note: This video is from v0.1.0 and many new features have been added.

Features

Several annotation tools are currently available, with most applications as a desktop installation. Once installed, users can manually define regions in an image and creating a textual description. Generally, objects can be marked by a bounding box, either directly, through a masking tool, or by marking points to define the containing area. COCO Annotator allows users to annotate images using free-form curves or polygons and provides many additional features were other annotations tool fall short.

  • Directly export to COCO format
  • Segmentation of objects
  • Useful API endpoints to analyze data
  • Import datasets already annotated in COCO format
  • Annotated disconnected objects as a single instance
  • Labeling image segments with any number of labels simultaneously
  • Allow custom metadata for each instance or object
  • Magic wand/select tool
  • Generate datasets using google images

For examples and more information check out the wiki.

Backers

Backed by the The Robotics Institute @ Guelph (GitHub)

Built With

Thanks to all these wonderful libaries/frameworks:

  • Flask - Python web microframework
  • Vue - Frontend javascript framework
  • Axios - Promise based HTTP client
  • PaperJS - Canvas editor library
  • Bootstrap - Frontend component library

License

MIT

About

:pencil2: Web-based image segmentation tool for object detection and localization

https://annotator.justinbrooks.ca/

License:MIT License


Languages

Language:Vue 55.3%Language:Python 25.4%Language:JavaScript 16.9%Language:CSS 1.6%Language:Dockerfile 0.4%Language:HTML 0.3%