Skip to content

Commit e7d7b6f

Browse files
committed
[docs] Update README.md
1 parent 36febe9 commit e7d7b6f

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,24 @@ and this project is inspired by https://github.com/wkentaro/labelme
3232

3333
## Feature
3434
- Rectangle annotation
35-
- Generate a polygon annotation with just one click on a rectangle ROI
36-
![Execute](result/flower.gif)
37-
![Execute](result/dog2.gif)
38-
![Execute](result/dog.gif)
39-
35+
- Modify rectangle by simply drag the coner or edge of it is supported
36+
- Polygon annotation
37+
- Generate a polygon annotation with just one click on a rectangle ROI
38+
- Modify the generated polygon by dragging it is supported
4039
- Edit Label
41-
![Execute](result/LabelEdit.PNG)
4240
- Save and load rectangle and polygon annotation data according to the [labelme](https://github.com/wkentaro/labelme) json format
4341

42+
43+
![Execute](result/flower.gif "Flower")
44+
![Execute](result/dog.gif)
45+
![Execute](result/dog2.gif)
46+
![Execute](result/LabelEdit.PNG)
47+
## ShortCut
48+
- A: Last image
49+
- D: Next image
50+
- S: Save
51+
- Space: Open label list
52+
4453
## Description to setting parameter
4554
- Iteration: Number of iterations the algorithm should run.(default = 4)
4655
- Epsilon: Input for OpenCV approxPolyDP () function (default = 1) [detail](https://www.programmersought.com/article/1309195733/)

result/dog.gif

3.14 MB
Loading

result/dog2.gif

4.41 MB
Loading

result/flower.gif

4.18 MB
Loading

0 commit comments

Comments
 (0)