prestonzen commited on
Commit
c9adf55
·
verified ·
1 Parent(s): 46570b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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.