You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,30 +27,32 @@ COCO Annotator is a web-based image annotation tool designed for versatility and
29
27
30
28
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.
31
29
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
43
42
44
43
For examples and more information check out the [wiki](https://github.com/jsbroks/coco-annotator/wiki).
45
44
46
45
# Demo
47
46
48
-
| Login Information |
49
-
| ----------------- |
50
-
|__Username:__ admin |
51
-
|__Password:__ password |
47
+
| Login Information |
48
+
| ----------------------|
49
+
|**Username:** admin|
50
+
|**Password:** password |
52
51
53
52
https://annotator.justinbrooks.ca/
54
53
55
54
# Backers
55
+
56
56
Thanks to the backers for making this project possible!
57
57
58
58
<palign="center">
@@ -72,11 +72,13 @@ Thanks to the backers for making this project possible!
72
72
# Built With
73
73
74
74
Thanks to all these wonderful libaries/frameworks:
75
-
-[Flask](http://flask.pocoo.org/) - Python web microframework
0 commit comments