HichTala commited on
Commit
265ec92
·
1 Parent(s): 47a7c17

Update draw configs

Browse files
Files changed (1) hide show
  1. draw_config.json +6 -1
draw_config.json CHANGED
@@ -4,5 +4,10 @@
4
  "max_txt_aspect_ratio": 5,
5
  "min_txt_aspect_ratio": 1,
6
  "max_txt_area": 11000,
7
- "min_txt_area": 6000
 
 
 
 
 
8
  }
 
4
  "max_txt_aspect_ratio": 5,
5
  "min_txt_aspect_ratio": 1,
6
  "max_txt_area": 11000,
7
+ "min_txt_area": 6000,
8
+
9
+ "txt_box_contour_threshold": 170,
10
+ "bilateral_filter_d": 11,
11
+ "bilateral_filter_sigma_color": 17,
12
+ "bilateral_filter_sigma_space": 17
13
  }