From 70c96b6844a3848b1ae5ebb996a99bcac5defbb0 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 26 Jun 2025 13:29:13 -0600 Subject: [PATCH] Move configs to example_data folder --- config.yaml => example_data/config.yaml | 11 ----------- example_data/datasets.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) rename config.yaml => example_data/config.yaml (90%) create mode 100644 example_data/datasets.yaml diff --git a/config.yaml b/example_data/config.yaml similarity index 90% rename from config.yaml rename to example_data/config.yaml index c0021f7..2feeddb 100644 --- a/config.yaml +++ b/example_data/config.yaml @@ -1,14 +1,3 @@ -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: diff --git a/example_data/datasets.yaml b/example_data/datasets.yaml new file mode 100644 index 0000000..a8f1f1b --- /dev/null +++ b/example_data/datasets.yaml @@ -0,0 +1,10 @@ +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