HichTala commited on
Commit
ce25e7f
·
verified ·
1 Parent(s): 282a200

Upload draw_config.json

Browse files
Files changed (1) hide show
  1. draw_config.json +11 -0
draw_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "yolo_path": "",
3
+ "hf_yolo": "https://huggingface.co/HichTala/draw2/blob/main/yolo_ygo.pt",
4
+
5
+ "max_aspect_ratio": 1.90,
6
+ "min_aspect_ratio": 1.00,
7
+ "max_txt_aspect_ratio": 5,
8
+ "min_txt_aspect_ratio": 1,
9
+ "max_txt_area": 11000,
10
+ "min_txt_area": 6000
11
+ }