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