Skip to content

Commit 225e205

Browse files
committed
Updated features list
1 parent f164b6c commit 225e205

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
<a href="#license">License</a>
99
</p>
1010

11-
1211
---
1312

14-
1513
[![GitHub Stars](https://img.shields.io/github/stars/jsbroks/coco-annotator.svg)](https://github.com/jsbroks/coco-annotator/stargazers)
16-
[![GitHub Issues](https://img.shields.io/github/issues/jsbroks/coco-annotator.svg)](https://github.com/jsbroks/coco-annotator/issues)
14+
[![GitHub Issues](https://img.shields.io/github/issues/jsbroks/coco-annotator.svg)](https://github.com/jsbroks/coco-annotator/issues)
1715
![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)
1816
[![Code Quality](https://img.shields.io/lgtm/grade/javascript/g/jsbroks/coco-annotator.svg?label=code%20quality)](https://lgtm.com/projects/g/jsbroks/coco-annotator/context:javascript)
1917
[![Demo](https://img.shields.io/badge/demo-online-green.svg)](https://annotator.justinbrooks.ca/)
@@ -29,30 +27,32 @@ COCO Annotator is a web-based image annotation tool designed for versatility and
2927

3028
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.
3129

32-
- Directly export to COCO format
33-
- Segmentation of objects
34-
- Ability to add key points
35-
- Useful API endpoints to analyze data
36-
- Import datasets already annotated in COCO format
37-
- Annotate disconnect objects as a single instance
38-
- Labeling image segments with any number of labels simultaneously
39-
- Allow custom metadata for each instance or object
40-
- Magic wand/select tool
41-
- Generate datasets using google images
42-
- User authentication system
30+
- Directly export to COCO format
31+
- Segmentation of objects
32+
- Ability to add key points
33+
- Useful API endpoints to analyze data
34+
- Import datasets already annotated in COCO format
35+
- Annotate disconnect objects as a single instance
36+
- Labeling image segments with any number of labels simultaneously
37+
- Allow custom metadata for each instance or object
38+
- Advanced selection tools such as, [DEXTR](https://github.com/jsbroks/dextr-keras), [MaskRCNN](https://github.com/matterport/Mask_RCNN) and Magic Wand
39+
- Annotate images with semi-trained models
40+
- Generate datasets using google images
41+
- User authentication system
4342

4443
For examples and more information check out the [wiki](https://github.com/jsbroks/coco-annotator/wiki).
4544

4645
# Demo
4746

48-
| Login Information |
49-
| ----------------- |
50-
| __Username:__ admin |
51-
| __Password:__ password |
47+
| Login Information |
48+
| ---------------------- |
49+
| **Username:** admin |
50+
| **Password:** password |
5251

5352
https://annotator.justinbrooks.ca/
5453

5554
# Backers
55+
5656
Thanks to the backers for making this project possible!
5757

5858
<p align="center">
@@ -72,11 +72,13 @@ Thanks to the backers for making this project possible!
7272
# Built With
7373

7474
Thanks to all these wonderful libaries/frameworks:
75-
- [Flask](http://flask.pocoo.org/) - Python web microframework
76-
- [Vue](https://vuejs.org/) - Frontend javascript framework
77-
- [Axios](https://github.com/axios/axios) - Promise based HTTP client
78-
- [PaperJS](http://paperjs.org/) - Canvas editor library
79-
- [Bootstrap](https://getbootstrap.com/) - Frontend component library
75+
76+
- [Flask](http://flask.pocoo.org/) - Python web microframework
77+
- [Vue](https://vuejs.org/) - Frontend javascript framework
78+
- [Axios](https://github.com/axios/axios) - Promise based HTTP client
79+
- [PaperJS](http://paperjs.org/) - Canvas editor library
80+
- [Bootstrap](https://getbootstrap.com/) - Frontend component library
8081

8182
# License
83+
8284
[MIT](https://tldrlegal.com/license/mit-license)

0 commit comments

Comments
 (0)