20 lines
337 B
YAML
20 lines
337 B
YAML
|
|
# street-lighting configuration
|
||
|
|
|
||
|
|
topic: street-lighting
|
||
|
|
display_name: Street Lighting Monitoring
|
||
|
|
article_url: /insights/evidence-driven-municipal-maintenance/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- pole_damage
|
||
|
|
- light_out
|
||
|
|
- vegetation_obstruction
|
||
|
|
- vandalism
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|