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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -17
config.json CHANGED
@@ -5,32 +5,34 @@
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
  }
 
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
+ "color": "#157177"
 
 
12
  },
13
  {
14
+ "id": 2,
15
  "name": "surface_damage",
16
+ "attributes": [],
17
+ "color": "#31fa0d"
 
 
18
  },
19
  {
20
+ "id": 3,
21
  "name": "boarded_up_window",
22
+ "attributes": [],
23
+ "color": "#4cb5c7"
 
 
24
  },
25
  {
26
+ "id": 4,
27
  "name": "graffiti",
28
+ "attributes": [],
29
+ "color": "#f59331"
 
 
30
  }
31
+ ],
32
+ "mapping": {
33
+ "damaged_roof": "damaged_roof",
34
+ "surface_damage": "surface_damage",
35
+ "boarded_up_window": "boarded_up_window",
36
+ "graffiti": "graffiti"
37
+ }
38
  }