@@ -15,17 +15,19 @@ A label tool enable to do image annotation for rectangle and generate polygon an
15
15
16
16
## Description
17
17
AutoAnnotationTool is a graphical image annotation tool,
18
- it aim to reduce semantic segmentation label time .
18
+ I start this project for saving my time spent on semantic segmentation label.
19
19
For now, the feature list below have been implement
20
20
and more function will be added continuously.
21
21
It is written in c++ and Qt for its graphical interface,
22
22
and this project is inspired by https://github.com/wkentaro/labelme
23
23
24
24
## Feature
25
25
- Rectangle annotation
26
- - Generate a polygon annotation automatically with rectangle ROI and enable to modify the generated polygon
26
+ - Generate a polygon annotation with just one click on a rectangle ROI
27
27
![ Execute] ( result/flower.gif )
28
+ ![ Execute] ( result/dog2.gif )
28
29
![ Execute] ( result/dog.gif )
30
+
29
31
- Save rectangle and polygon annotation data according to the [ labelme] ( https://github.com/wkentaro/labelme ) json format
30
32
31
33
## Description to setting parameter
@@ -35,8 +37,8 @@ and this project is inspired by https://github.com/wkentaro/labelme
35
37
## RoadMap
36
38
- Load exist annotation from json file
37
39
- Implement more image segmentation algorithm
38
- - CICD
39
- - I have no experience on CICD , if anyone is willing to help on this, it would be great help to me
40
+ - CI
41
+ - I have no experience on CI , if anyone is willing to help on this, it would be great help to me
40
42
41
43
## How to contribute
42
44
- I am open to any suggestions.
0 commit comments