niobures's picture
Remote Sensing Collection (code, models, papers)
96d632b verified
raw
history blame contribute delete
934 Bytes
{
"framework": "PyTorch",
"name": "Abandoned Home Detector Mini v1",
"type": "detector",
"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.",
"labels": [
{
"id": 1,
"name": "damaged_roof",
"attributes": [],
"color": "#157177"
},
{
"id": 2,
"name": "surface_damage",
"attributes": [],
"color": "#31fa0d"
},
{
"id": 3,
"name": "boarded_up_window",
"attributes": [],
"color": "#4cb5c7"
},
{
"id": 4,
"name": "graffiti",
"attributes": [],
"color": "#f59331"
}
],
"mapping": {
"damaged_roof": "damaged_roof",
"surface_damage": "surface_damage",
"boarded_up_window": "boarded_up_window",
"graffiti": "graffiti"
}
}