prestonzen commited on
Commit
0b19768
·
verified ·
1 Parent(s): a4a8aa6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -5
config.json CHANGED
@@ -5,24 +5,32 @@
5
  "description": "This model detects abandoned homes by identifying high-confidence indicators such as damaged roofs, surface damage, boarded-up windows, and graffiti. Designed with YOLOv8 for polygon-based annotation.",
6
  "labels": [
7
  {
8
- "id": 1,
9
  "name": "damaged_roof",
 
 
 
10
  "attributes": []
11
  },
12
  {
13
- "id": 2,
14
  "name": "surface_damage",
 
 
 
15
  "attributes": []
16
  },
17
  {
18
- "id": 3,
19
  "name": "boarded_up_window",
 
 
 
20
  "attributes": []
21
  },
22
  {
23
- "id": 4,
24
  "name": "graffiti",
 
 
 
25
  "attributes": []
26
  }
27
  ]
28
- }
 
5
  "description": "This model detects abandoned homes by identifying high-confidence indicators such as damaged roofs, surface damage, boarded-up windows, and graffiti. Designed with YOLOv8 for polygon-based annotation.",
6
  "labels": [
7
  {
 
8
  "name": "damaged_roof",
9
+ "id": 4105778,
10
+ "color": "#157177",
11
+ "type": "polygon",
12
  "attributes": []
13
  },
14
  {
 
15
  "name": "surface_damage",
16
+ "id": 4105779,
17
+ "color": "#31fa0d",
18
+ "type": "polygon",
19
  "attributes": []
20
  },
21
  {
 
22
  "name": "boarded_up_window",
23
+ "id": 4105780,
24
+ "color": "#4cb5c7",
25
+ "type": "polygon",
26
  "attributes": []
27
  },
28
  {
 
29
  "name": "graffiti",
30
+ "id": 4105781,
31
+ "color": "#f59331",
32
+ "type": "polygon",
33
  "attributes": []
34
  }
35
  ]
36
+ }