mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 06:41:53 +02:00
949 B
949 B
Evaluation config reference
EvaluationConfig defines which evaluation tasks run and which plots they generate.
Defined in batdetect2.evaluate.config.
Top-level fields
tasks- list of task configs.
Built-in task families
Current built-in tasks include:
sound_event_detectionsound_event_classificationtop_class_detectionclip_detectionclip_classification
Shared task controls
Common task-level controls include:
prefixignore_start_end
Sound-event-style tasks also support:
affinityaffinity_thresholdstrict_match
Default behavior
The default evaluation config starts with:
- sound event detection,
- sound event classification.
Related pages
- Choose and configure evaluation tasks: {doc}
../how_to/choose-and-configure-evaluation-tasks - Evaluation concepts: {doc}
../explanation/evaluation-concepts-and-matching - Evaluate CLI reference: {doc}
cli/evaluate