File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,17 @@ and this project is inspired by https://github.com/wkentaro/labelme
28
28
![ Execute] ( result/dog.gif )
29
29
- Save rectangle and polygon annotation data according to the [ labelme] ( https://github.com/wkentaro/labelme ) json format
30
30
31
+ ## Description to setting parameter
32
+ - Iteration: Number of iterations the algorithm should run.(default = 4)
33
+ - Epsilon: Input for OpenCV approxPolyDP () function (default = 1) [ detail] ( https://www.programmersought.com/article/1309195733/ )
34
+ ![ Execute] ( result/setting.PNG )
31
35
## RoadMap
32
36
- Load exist annotation from json file
33
- - Algorithm parameter setting window
34
37
- Implement more image segmentation algorithm
35
38
- CICD
36
39
- I have no experience on CICD, if anyone is willing to help on this, it would be great help to me
37
40
38
41
## How to contribute
39
42
- I am open to any suggestions.
40
43
- For questions, you can create an issue
41
- - Send pull requests for code changes
44
+ - Send pull requests for code changes
You can’t perform that action at this time.
0 commit comments