-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
56 lines (48 loc) · 1.13 KB
/
config.yaml
File metadata and controls
56 lines (48 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
rtsp:
url: rtsp://localhost:8554/mic
reconnect_initial_s: 1
reconnect_max_s: 30
audio:
target_sample_rate: 48000
window_seconds: 10.0
hop_seconds: 10.0
classifier:
model: mammal_cnn
model_path: /app/models/mammal_cnn.pt
min_confidence: 0.65
tier1_threshold: 0.75
tier2_threshold: 0.5
yamnet_min_score: 0.1
clips:
enabled: true
clips_dir: ./clips
save_uncertain: true
uncertain_threshold: 0.5
max_clips_per_day: 500
mqtt:
enabled: true
broker: homeassistant
port: 1883
username: birdnet
password: secret
topic_detections: mammal/detection
topic_pending: mammal/pending
topic_status: mammal/status
ha_discovery: true
feedback:
enabled: true
feedback_dir: ./feedback
pending_species:
- meles_meles # das — 20 samples
- martes_martes # boommarter — 30 samples
- martes_foina # steenmarter — 67 samples
- lynx_lynx # lynx — 49 samples
min_pending_confidence: 0.40
retrain_threshold: 50
n8n:
enabled: false
webhook_url: http://localhost:5678/webhook/mammal-detection
timeout_s: 10
species_csv: ./species_mammals_nl.csv
logging:
level: INFO