mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +01:00
39 lines
923 B
YAML
39 lines
923 B
YAML
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
|
|
|
|
classes:
|
|
# Each class has a name
|
|
- name: rhihip
|
|
|
|
# Can be specified by some tags
|
|
tags:
|
|
- key: species
|
|
value: Rhinolophus hipposideros
|
|
|
|
- name: myotis
|
|
|
|
# Or if needed by more complex conditions
|
|
condition:
|
|
name: has_any_tag
|
|
tag:
|
|
- key: species
|
|
value: Myotis myotis
|
|
- key: species
|
|
value: Myotis nattereri
|
|
- key: species
|
|
value: Myotis daubentonii
|
|
|
|
# Specifies how to translate back the "class" into
|
|
# the tag system
|
|
# If tags are provided and output_tags are not then
|
|
# just use the provided tags
|
|
output_tags:
|
|
- key: genus
|
|
value: Myotis
|