Upload config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"type_of_model": "OTE_MaskRCNN",
|
3 |
"converter_type": "ROTATED_DETECTION",
|
4 |
"model_parameters": {
|
|
|
1 |
{
|
2 |
+
"id2label": {
|
3 |
+
"0": "pointer",
|
4 |
+
"1": "scale"
|
5 |
+
},
|
6 |
"type_of_model": "OTE_MaskRCNN",
|
7 |
"converter_type": "ROTATED_DETECTION",
|
8 |
"model_parameters": {
|