22 lines
397 B
YAML
22 lines
397 B
YAML
|
|
# municipal-maintenance configuration
|
||
|
|
|
||
|
|
topic: municipal-maintenance
|
||
|
|
display_name: Municipal Infrastructure Maintenance
|
||
|
|
article_url: /insights/evidence-driven-municipal-maintenance/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- pothole
|
||
|
|
- sidewalk_crack
|
||
|
|
- drainage_block
|
||
|
|
- streetlight_out
|
||
|
|
- graffiti
|
||
|
|
- vegetation_overgrowth
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|