File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,24 @@ and this project is inspired by https://github.com/wkentaro/labelme
32
32
33
33
## Feature
34
34
- 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
40
39
- Edit Label
41
- ![ Execute] ( result/LabelEdit.PNG )
42
40
- Save and load rectangle and polygon annotation data according to the [ labelme] ( https://github.com/wkentaro/labelme ) json format
43
41
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
+
44
53
## Description to setting parameter
45
54
- Iteration: Number of iterations the algorithm should run.(default = 4)
46
55
- Epsilon: Input for OpenCV approxPolyDP () function (default = 1) [ detail] ( https://www.programmersought.com/article/1309195733/ )
You can’t perform that action at this time.
0 commit comments