prestonzen
commited on
Update config.json
Browse fileslabels instead of class
- config.json +1 -5
config.json
CHANGED
@@ -12,31 +12,27 @@
|
|
12 |
"stride": [8, 16, 32],
|
13 |
"model_type": "detection",
|
14 |
"task": "object-detection",
|
15 |
-
"
|
16 |
{
|
17 |
"name": "damaged_roof",
|
18 |
-
"id": 4105778,
|
19 |
"color": "#157177",
|
20 |
"type": "polygon",
|
21 |
"attributes": []
|
22 |
},
|
23 |
{
|
24 |
"name": "surface_damage",
|
25 |
-
"id": 4105779,
|
26 |
"color": "#31fa0d",
|
27 |
"type": "polygon",
|
28 |
"attributes": []
|
29 |
},
|
30 |
{
|
31 |
"name": "boarded_up_window",
|
32 |
-
"id": 4105780,
|
33 |
"color": "#4cb5c7",
|
34 |
"type": "polygon",
|
35 |
"attributes": []
|
36 |
},
|
37 |
{
|
38 |
"name": "graffiti",
|
39 |
-
"id": 4105781,
|
40 |
"color": "#f59331",
|
41 |
"type": "polygon",
|
42 |
"attributes": []
|
|
|
12 |
"stride": [8, 16, 32],
|
13 |
"model_type": "detection",
|
14 |
"task": "object-detection",
|
15 |
+
"labels": [
|
16 |
{
|
17 |
"name": "damaged_roof",
|
|
|
18 |
"color": "#157177",
|
19 |
"type": "polygon",
|
20 |
"attributes": []
|
21 |
},
|
22 |
{
|
23 |
"name": "surface_damage",
|
|
|
24 |
"color": "#31fa0d",
|
25 |
"type": "polygon",
|
26 |
"attributes": []
|
27 |
},
|
28 |
{
|
29 |
"name": "boarded_up_window",
|
|
|
30 |
"color": "#4cb5c7",
|
31 |
"type": "polygon",
|
32 |
"attributes": []
|
33 |
},
|
34 |
{
|
35 |
"name": "graffiti",
|
|
|
36 |
"color": "#f59331",
|
37 |
"type": "polygon",
|
38 |
"attributes": []
|