-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
58 lines (54 loc) · 1.78 KB
/
Copy pathparams.json
File metadata and controls
58 lines (54 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"ICONS": {
"bounding_box" : [-4, 2, -22, -11, -1, 4],
"x_center" : -3.6,
"delta_range" : [0.00, 0.05, 0.1, 0.15, 0.2],
"threshold_range" : [0.06, 0.09],
"PLANE_AXIS" : "x",
"CROP_MIN" : 0.5,
"CROP_MAX" : 4.5,
"ROTATE_DEGREES" : 0,
"Y_MIN" : -22,
"Y_MAX" : -11,
"FINE_TUNE_MODEL" : "Hattingam_legacy_text2img"
},
"PANDA": {
"bounding_box" : [-6.2, -1.2, 11.7, 12.7, 1.7, 4.7],
"x_center" : -5.9,
"delta_range" : [0.0, 0.025, 0.05, 0.075, 0.1, 0.125, 0.15, 0.175, 0.2, 0.0225, 0.25, 0.275, 0.3, 0.35, 0.4],
"threshold_range" : [0.05, 0.09],
"PLANE_AXIS" : "x",
"CROP_MIN" : 2.5,
"CROP_MAX" : 6.5,
"ROTATE_DEGREES" : 0,
"Y_MIN" : 5.1,
"Y_MAX" : 13.5,
"FINE_TUNE_MODEL" : "Hattingam_legacyV2_text2img"
},
"KIWI": {
"bounding_box" : [-16.0, -10.5, -1.1, 5.0, -21.5, -12.5],
"x_center" : 14.57,
"delta_range" : [0.0, 0.02, 0.04, 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.27, 0.3],
"threshold_range" : [0.05, 0.1],
"PLANE_AXIS" : "x",
"CROP_MIN" : 138,
"CROP_MAX" : 172,
"ROTATE_DEGREES" : 180,
"Y_MIN" : -1,
"Y_MAX" : 3,
"FINE_TUNE_MODEL" : "Hattingam_legacyV2_text2img"
},
"HORERE": {
"bounding_box" : [-12.2, -4.0, 9.8, 12.2, 10.0, 15.6],
"x_center" : 11.9,
"delta_range" : [0.0, 0.02, 0.04, 0.06, 0.08, 0.1, 0.15, 0.2],
"threshold_range" : [0.05, 0.1],
"PLANE_AXIS" : "y",
"CROP_MIN" : 3.522,
"CROP_MAX" : 21.3,
"ROTATE_DEGREES" : 90,
"Y_MIN" : -12.6,
"Y_MAX" : -4.0,
"FINE_TUNE_MODEL" : "Hattingam_legacyV2_text2img"
}
}