mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
1.4 KiB
1.4 KiB
Data source reference
This page summarizes dataset source formats and their config fields.
Supported source formats
| Format | Description |
|---|---|
aoef |
AOEF/soundevent annotation files (AnnotationSet or AnnotationProject) |
batdetect2 |
Legacy format with one JSON annotation file per recording |
batdetect2_file |
Legacy format with one merged JSON annotation file |
AOEF (format: aoef)
Required fields:
nameformataudio_dirannotations_path
Optional fields:
descriptionfilter
filter is only used when annotations_path points to an
AnnotationProject.
AOEF filter options:
only_completed(default:true)only_verified(default:false)exclude_issues(default:true)
Use filter: null to disable project filtering.
Legacy per-file (format: batdetect2)
Required fields:
nameformataudio_dirannotations_dir
Optional fields:
descriptionfilter
Legacy merged file (format: batdetect2_file)
Required fields:
nameformataudio_dirannotations_path
Optional fields:
descriptionfilter
Legacy filter options:
only_annotated(default:true)exclude_issues(default:true)
Use filter: null to disable filtering.
Related guides
- {doc}
../how_to/configure-aoef-dataset - {doc}
../how_to/import-legacy-batdetect2-annotations