Skip to content

Commit cd419fc

Browse files
committed
[docs] Update README.md
1 parent b11ef66 commit cd419fc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ and this project is inspired by https://github.com/wkentaro/labelme
2828
![Execute](result/dog.gif)
2929
- Save rectangle and polygon annotation data according to the [labelme](https://github.com/wkentaro/labelme) json format
3030

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)
3135
## RoadMap
3236
- Load exist annotation from json file
33-
- Algorithm parameter setting window
3437
- Implement more image segmentation algorithm
3538
- CICD
3639
- I have no experience on CICD, if anyone is willing to help on this, it would be great help to me
3740

3841
## How to contribute
3942
- I am open to any suggestions.
4043
- For questions, you can create an issue
41-
- Send pull requests for code changes
44+
- Send pull requests for code changes

result/setting.PNG

5.91 KB
Loading

0 commit comments

Comments
 (0)