From 62923a201b1e1087f7ab1380de524f892f2843b3 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Fri, 8 Aug 2025 12:24:59 +0100 Subject: [PATCH] Move dataset example to config --- example_data/config.yaml | 13 ++++++++++++- example_data/datasets.yaml | 10 ---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/example_data/config.yaml b/example_data/config.yaml index 5d6e84f..1039163 100644 --- a/example_data/config.yaml +++ b/example_data/config.yaml @@ -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 diff --git a/example_data/datasets.yaml b/example_data/datasets.yaml index a8f1f1b..e69de29 100644 --- a/example_data/datasets.yaml +++ b/example_data/datasets.yaml @@ -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