Skip to content

Commit 3c5f319

Browse files
committed
[docs] Update README.md
1 parent 352a3fb commit 3c5f319

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ A label tool enable to do image annotation for rectangle and generate polygon an
1515

1616
## Description
1717
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.
1919
For now, the feature list below have been implement
2020
and more function will be added continuously.
2121
It is written in c++ and Qt for its graphical interface,
2222
and this project is inspired by https://github.com/wkentaro/labelme
2323

2424
## Feature
2525
- 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
2727
![Execute](result/flower.gif)
28+
![Execute](result/dog2.gif)
2829
![Execute](result/dog.gif)
30+
2931
- Save rectangle and polygon annotation data according to the [labelme](https://github.com/wkentaro/labelme) json format
3032

3133
## Description to setting parameter
@@ -35,8 +37,8 @@ and this project is inspired by https://github.com/wkentaro/labelme
3537
## RoadMap
3638
- Load exist annotation from json file
3739
- 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
4042

4143
## How to contribute
4244
- I am open to any suggestions.

result/dog.gif

-603 KB
Loading

result/dog2.gif

391 KB
Loading

result/flower.gif

-558 KB
Loading

result/setting.PNG

2.73 KB
Loading

0 commit comments

Comments
 (0)