File size: 6,693 Bytes
86e4cb8 6d51e36 86e4cb8 |
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
{
"id2label": {
"0": "pointer",
"1": "scale"
},
"type_of_model": "OTE_MaskRCNN",
"converter_type": "ROTATED_DETECTION",
"model_parameters": {
"result_based_confidence_threshold": true,
"confidence_threshold": 0.4000000059604645,
"labels": {
"label_tree": {
"type": "tree",
"directed": true,
"nodes": [],
"edges": []
},
"label_groups": [
{
"_id": "64827f71f0b564693054a973",
"name": "Detection oriented labels",
"label_ids": [
"64827f71f0b564693054a972",
"64827f71f0b564693054a974"
],
"relation_type": "EXCLUSIVE"
},
{
"_id": "64827f71f0b564693054a976",
"name": "No Object",
"label_ids": [
"64827f71f0b564693054a975"
],
"relation_type": "EMPTY_LABEL"
}
],
"all_labels": {
"64827f71f0b564693054a972": {
"_id": "64827f71f0b564693054a972",
"name": "pointer",
"color": {
"red": 204,
"green": 148,
"blue": 218,
"alpha": 255
},
"hotkey": "a",
"domain": "ROTATED_DETECTION",
"creation_date": "2023-06-09T01:25:05.421000",
"is_empty": false,
"is_anomalous": false
},
"64827f71f0b564693054a974": {
"_id": "64827f71f0b564693054a974",
"name": "scale",
"color": {
"red": 112,
"green": 133,
"blue": 65,
"alpha": 255
},
"hotkey": "a",
"domain": "ROTATED_DETECTION",
"creation_date": "2023-06-09T01:25:05.421000",
"is_empty": false,
"is_anomalous": false
},
"64827f71f0b564693054a975": {
"_id": "64827f71f0b564693054a975",
"name": "No Object",
"color": {
"red": 250,
"green": 158,
"blue": 63,
"alpha": 255
},
"hotkey": "",
"domain": "ROTATED_DETECTION",
"creation_date": "2023-06-09T01:25:05.421000",
"is_empty": true,
"is_anomalous": false
}
}
}
},
"tiling_parameters": {
"visible_in_ui": true,
"type": "PARAMETER_GROUP",
"enable_tiling": {
"value": false,
"default_value": false,
"description": "Set to True to allow tiny objects to be better detected.",
"header": "Enable tiling",
"warning": "Tiling trades off speed for accuracy as it increases the number of images to be processed.",
"editable": true,
"visible_in_ui": true,
"affects_outcome_of": "NONE",
"ui_rules": {
"operator": "AND",
"action": "DISABLE_EDITING",
"type": "UI_RULES",
"rules": []
},
"type": "BOOLEAN",
"auto_hpo_state": "not_possible",
"auto_hpo_value": null
},
"enable_adaptive_params": {
"value": true,
"default_value": true,
"description": "Config tile size and tile overlap adaptively based on annotated dataset statistic",
"header": "Enable adaptive tiling parameters",
"warning": "",
"editable": true,
"visible_in_ui": true,
"affects_outcome_of": "NONE",
"ui_rules": {
"operator": "AND",
"action": "DISABLE_EDITING",
"type": "UI_RULES",
"rules": []
},
"type": "BOOLEAN",
"auto_hpo_state": "not_possible",
"auto_hpo_value": null
},
"tile_size": {
"value": 400,
"default_value": 400,
"description": "Tile Image Size",
"header": "Tile Image Size",
"warning": null,
"editable": true,
"visible_in_ui": true,
"affects_outcome_of": "NONE",
"ui_rules": {
"operator": "AND",
"action": "DISABLE_EDITING",
"type": "UI_RULES",
"rules": []
},
"type": "INTEGER",
"auto_hpo_state": "not_possible",
"auto_hpo_value": null,
"min_value": 100,
"max_value": 1024
},
"tile_overlap": {
"value": 0.2,
"default_value": 0.2,
"description": "Overlap between each two neighboring tiles.",
"header": "Tile Overlap",
"warning": null,
"editable": true,
"visible_in_ui": true,
"affects_outcome_of": "NONE",
"ui_rules": {
"operator": "AND",
"action": "DISABLE_EDITING",
"type": "UI_RULES",
"rules": []
},
"type": "FLOAT",
"auto_hpo_state": "not_possible",
"auto_hpo_value": null,
"min_value": 0.0,
"max_value": 1.0
},
"tile_max_number": {
"value": 1500,
"default_value": 1500,
"description": "Max object per image",
"header": "Max object per image",
"warning": null,
"editable": true,
"visible_in_ui": true,
"affects_outcome_of": "NONE",
"ui_rules": {
"operator": "AND",
"action": "DISABLE_EDITING",
"type": "UI_RULES",
"rules": []
},
"type": "INTEGER",
"auto_hpo_state": "not_possible",
"auto_hpo_value": null,
"min_value": 1,
"max_value": 10000
},
"header": "Tiling Parameters",
"description": "Tiling Parameters"
}
} |