21 lines
359 B
YAML
21 lines
359 B
YAML
|
|
# noise-pollution configuration
|
||
|
|
|
||
|
|
topic: noise-pollution
|
||
|
|
display_name: Noise Pollution Monitoring
|
||
|
|
article_url: /insights/the-problem-with-official-statistics/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- construction_noise
|
||
|
|
- traffic_noise
|
||
|
|
- industrial_noise
|
||
|
|
- event_noise
|
||
|
|
- alarm_noise
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|