Move dataset example to config

This commit is contained in:
mbsantiago 2025-08-08 12:24:59 +01:00
parent d9323a1383
commit 62923a201b
2 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,14 @@
datasets:
train:
name: example dataset
description: Only for demonstration purposes
sources:
- format: batdetect2
name: Example Data
description: Examples included for testing batdetect2
annotations_dir: example_data/anns
audio_dir: example_data/audio
targets:
classes:
classes:
@ -46,7 +57,7 @@ preprocess:
max_freq: 120000
min_freq: 10000
pcen:
time_constant: 0.4
time_constant: 0.1
gain: 0.98
bias: 2
power: 0.5

View File

@ -1,10 +0,0 @@
datasets:
train:
name: example dataset
description: Only for demonstration purposes
sources:
- format: batdetect2
name: Example Data
description: Examples included for testing batdetect2
annotations_dir: example_data/anns
audio_dir: example_data/audio