21 lines
385 B
YAML
21 lines
385 B
YAML
|
|
# real-estate-condition configuration
|
||
|
|
|
||
|
|
topic: real-estate-condition
|
||
|
|
display_name: Real Estate Condition Assessment
|
||
|
|
article_url: /insights/real-estate-due-diligence-observed-reality/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- facade_damage
|
||
|
|
- roof_issue
|
||
|
|
- window_broken
|
||
|
|
- entrance_condition
|
||
|
|
- parking_lot_state
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|