21 lines
370 B
YAML
21 lines
370 B
YAML
|
|
# parking-enforcement configuration
|
||
|
|
|
||
|
|
topic: parking-enforcement
|
||
|
|
display_name: Parking Enforcement
|
||
|
|
article_url: /insights/official-data-vs-observed-reality/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- illegal_parking
|
||
|
|
- expired_meter
|
||
|
|
- blocked_access
|
||
|
|
- fire_hydrant_violation
|
||
|
|
- handicap_violation
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|