taicun commited on
Commit
86e4cb8
1 Parent(s): e825b73

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +189 -0
  2. model.bin +3 -0
  3. model.xml +0 -0
config.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type_of_model": "OTE_MaskRCNN",
3
+ "converter_type": "ROTATED_DETECTION",
4
+ "model_parameters": {
5
+ "result_based_confidence_threshold": true,
6
+ "confidence_threshold": 0.4000000059604645,
7
+ "labels": {
8
+ "label_tree": {
9
+ "type": "tree",
10
+ "directed": true,
11
+ "nodes": [],
12
+ "edges": []
13
+ },
14
+ "label_groups": [
15
+ {
16
+ "_id": "64827f71f0b564693054a973",
17
+ "name": "Detection oriented labels",
18
+ "label_ids": [
19
+ "64827f71f0b564693054a972",
20
+ "64827f71f0b564693054a974"
21
+ ],
22
+ "relation_type": "EXCLUSIVE"
23
+ },
24
+ {
25
+ "_id": "64827f71f0b564693054a976",
26
+ "name": "No Object",
27
+ "label_ids": [
28
+ "64827f71f0b564693054a975"
29
+ ],
30
+ "relation_type": "EMPTY_LABEL"
31
+ }
32
+ ],
33
+ "all_labels": {
34
+ "64827f71f0b564693054a972": {
35
+ "_id": "64827f71f0b564693054a972",
36
+ "name": "pointer",
37
+ "color": {
38
+ "red": 204,
39
+ "green": 148,
40
+ "blue": 218,
41
+ "alpha": 255
42
+ },
43
+ "hotkey": "a",
44
+ "domain": "ROTATED_DETECTION",
45
+ "creation_date": "2023-06-09T01:25:05.421000",
46
+ "is_empty": false,
47
+ "is_anomalous": false
48
+ },
49
+ "64827f71f0b564693054a974": {
50
+ "_id": "64827f71f0b564693054a974",
51
+ "name": "scale",
52
+ "color": {
53
+ "red": 112,
54
+ "green": 133,
55
+ "blue": 65,
56
+ "alpha": 255
57
+ },
58
+ "hotkey": "a",
59
+ "domain": "ROTATED_DETECTION",
60
+ "creation_date": "2023-06-09T01:25:05.421000",
61
+ "is_empty": false,
62
+ "is_anomalous": false
63
+ },
64
+ "64827f71f0b564693054a975": {
65
+ "_id": "64827f71f0b564693054a975",
66
+ "name": "No Object",
67
+ "color": {
68
+ "red": 250,
69
+ "green": 158,
70
+ "blue": 63,
71
+ "alpha": 255
72
+ },
73
+ "hotkey": "",
74
+ "domain": "ROTATED_DETECTION",
75
+ "creation_date": "2023-06-09T01:25:05.421000",
76
+ "is_empty": true,
77
+ "is_anomalous": false
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "tiling_parameters": {
83
+ "visible_in_ui": true,
84
+ "type": "PARAMETER_GROUP",
85
+ "enable_tiling": {
86
+ "value": false,
87
+ "default_value": false,
88
+ "description": "Set to True to allow tiny objects to be better detected.",
89
+ "header": "Enable tiling",
90
+ "warning": "Tiling trades off speed for accuracy as it increases the number of images to be processed.",
91
+ "editable": true,
92
+ "visible_in_ui": true,
93
+ "affects_outcome_of": "NONE",
94
+ "ui_rules": {
95
+ "operator": "AND",
96
+ "action": "DISABLE_EDITING",
97
+ "type": "UI_RULES",
98
+ "rules": []
99
+ },
100
+ "type": "BOOLEAN",
101
+ "auto_hpo_state": "not_possible",
102
+ "auto_hpo_value": null
103
+ },
104
+ "enable_adaptive_params": {
105
+ "value": true,
106
+ "default_value": true,
107
+ "description": "Config tile size and tile overlap adaptively based on annotated dataset statistic",
108
+ "header": "Enable adaptive tiling parameters",
109
+ "warning": "",
110
+ "editable": true,
111
+ "visible_in_ui": true,
112
+ "affects_outcome_of": "NONE",
113
+ "ui_rules": {
114
+ "operator": "AND",
115
+ "action": "DISABLE_EDITING",
116
+ "type": "UI_RULES",
117
+ "rules": []
118
+ },
119
+ "type": "BOOLEAN",
120
+ "auto_hpo_state": "not_possible",
121
+ "auto_hpo_value": null
122
+ },
123
+ "tile_size": {
124
+ "value": 400,
125
+ "default_value": 400,
126
+ "description": "Tile Image Size",
127
+ "header": "Tile Image Size",
128
+ "warning": null,
129
+ "editable": true,
130
+ "visible_in_ui": true,
131
+ "affects_outcome_of": "NONE",
132
+ "ui_rules": {
133
+ "operator": "AND",
134
+ "action": "DISABLE_EDITING",
135
+ "type": "UI_RULES",
136
+ "rules": []
137
+ },
138
+ "type": "INTEGER",
139
+ "auto_hpo_state": "not_possible",
140
+ "auto_hpo_value": null,
141
+ "min_value": 100,
142
+ "max_value": 1024
143
+ },
144
+ "tile_overlap": {
145
+ "value": 0.2,
146
+ "default_value": 0.2,
147
+ "description": "Overlap between each two neighboring tiles.",
148
+ "header": "Tile Overlap",
149
+ "warning": null,
150
+ "editable": true,
151
+ "visible_in_ui": true,
152
+ "affects_outcome_of": "NONE",
153
+ "ui_rules": {
154
+ "operator": "AND",
155
+ "action": "DISABLE_EDITING",
156
+ "type": "UI_RULES",
157
+ "rules": []
158
+ },
159
+ "type": "FLOAT",
160
+ "auto_hpo_state": "not_possible",
161
+ "auto_hpo_value": null,
162
+ "min_value": 0.0,
163
+ "max_value": 1.0
164
+ },
165
+ "tile_max_number": {
166
+ "value": 1500,
167
+ "default_value": 1500,
168
+ "description": "Max object per image",
169
+ "header": "Max object per image",
170
+ "warning": null,
171
+ "editable": true,
172
+ "visible_in_ui": true,
173
+ "affects_outcome_of": "NONE",
174
+ "ui_rules": {
175
+ "operator": "AND",
176
+ "action": "DISABLE_EDITING",
177
+ "type": "UI_RULES",
178
+ "rules": []
179
+ },
180
+ "type": "INTEGER",
181
+ "auto_hpo_state": "not_possible",
182
+ "auto_hpo_value": null,
183
+ "min_value": 1,
184
+ "max_value": 10000
185
+ },
186
+ "header": "Tiling Parameters",
187
+ "description": "Tiling Parameters"
188
+ }
189
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8954e161e233feeb155f38e24d5a67ecf6e07edf1a9332a34fef74a65291e027
3
+ size 175800624
model.xml ADDED
The diff for this file is too large to render. See raw diff