From 13afac65a58ad5612331abfbfcfd1f57f1b40c2f Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 24 Apr 2025 00:20:46 +0100 Subject: [PATCH] Added an example conf file --- example_conf.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example_conf.yaml diff --git a/example_conf.yaml b/example_conf.yaml new file mode 100644 index 0000000..a8f1f1b --- /dev/null +++ b/example_conf.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