|
10 | 10 |
|
11 | 11 | --- |
12 | 12 |
|
13 | | -[](https://github.com/jsbroks/coco-annotator/stargazers) |
14 | | -[](https://github.com/jsbroks/coco-annotator/issues) |
15 | | - |
16 | | -[](https://lgtm.com/projects/g/jsbroks/coco-annotator/context:javascript) |
17 | | -[](https://annotator.justinbrooks.ca/) |
18 | | -[](https://travis-ci.org/jsbroks/coco-annotator) |
19 | | -[](https://hub.docker.com/r/jsbroks/coco-annotator) |
| 13 | +<p align="center"> |
| 14 | + <a href="/jsbroks/coco-annotator/stargazers"> |
| 15 | + <img src="https://img.shields.io/github/stars/jsbroks/coco-annotator.svg"> |
| 16 | + </a> |
| 17 | + <a href="/jsbroks/coco-annotator/issues"> |
| 18 | + <img src="https://img.shields.io/github/issues/jsbroks/coco-annotator.svg"> |
| 19 | + </a> |
| 20 | + <a href="https://tldrlegal.com/license/mit-license"> |
| 21 | + <img src="https://img.shields.io/github/license/mashape/apistatus.svg"> |
| 22 | + </a> |
| 23 | + <a href="https://lgtm.com/projects/g/jsbroks/coco-annotator/context:javascript"> |
| 24 | + <img src="https://img.shields.io/lgtm/grade/javascript/g/jsbroks/coco-annotator.svg?label=code%20quality"> |
| 25 | + </a> |
| 26 | + <a href="https://annotator.justinbrooks.ca/"> |
| 27 | + <img src="https://img.shields.io/badge/demo-online-green.svg"> |
| 28 | + </a> |
| 29 | + <a href="https://travis-ci.org/jsbroks/coco-annotator"> |
| 30 | + <img src="https://travis-ci.org/jsbroks/coco-annotator.svg?branch=master"> |
| 31 | + </a> |
| 32 | + <a href="https://hub.docker.com/r/jsbroks/coco-annotator"> |
| 33 | + <img src="https://img.shields.io/docker/pulls/jsbroks/coco-annotator.svg"> |
| 34 | + </a> |
| 35 | +</p> |
20 | 36 |
|
21 | 37 | 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-known [COCO format](http://cocodataset.org/#format-data). The annotation process is delivered through an intuitive and customizable interface and provides many tools for creating accurate datasets. |
22 | 38 |
|
23 | 39 | <p align="center"><img width="600" src="https://i.imgur.com/m4RmjCp.gif"></p> |
24 | 40 | <p align="center"><i>Note: This video is from v0.1.0 and many new features have been added.</i></p> |
25 | 41 |
|
| 42 | +<br> |
| 43 | +<p align="center">If you enjoy my work please consider supporting me</p> |
| 44 | +<p align="center"> |
| 45 | + <a href="https://www.patreon.com/jsbroks"> |
| 46 | + <img src="https://c5.patreon.com/external/logo/[email protected]" width="120"> |
| 47 | + </a> |
| 48 | +</p> |
| 49 | +<br> |
| 50 | + |
26 | 51 | # Features |
27 | 52 |
|
28 | 53 | 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. |
|
0 commit comments