21 lines
374 B
YAML
21 lines
374 B
YAML
|
|
# public-transport configuration
|
||
|
|
|
||
|
|
topic: public-transport
|
||
|
|
display_name: Public Transport Infrastructure
|
||
|
|
article_url: /insights/why-cities-need-field-intelligence/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- bus_stop_damage
|
||
|
|
- shelter_vandalism
|
||
|
|
- bench_broken
|
||
|
|
- schedule_missing
|
||
|
|
- accessibility_issue
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|