prestonzen
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,14 @@ pipeline_tag: object-detection
|
|
3 |
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# Abandoned Home Detector
|
9 |
+
|
10 |
+
This model is designed to detect abandoned homes from images by identifying high-confidence indicators, such as:
|
11 |
+
- Damaged roofs
|
12 |
+
- Surface damage
|
13 |
+
- Boarded-up windows
|
14 |
+
- Graffiti
|
15 |
+
|
16 |
+
The model is built using YOLOv8, optimized for detecting these indicators with polygon-based annotations, and supports PyTorch framework for deployment. It can assist in tasks such as urban area analysis, property risk assessment, and disaster recovery planning.
|