mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
31 lines
758 B
Markdown
31 lines
758 B
Markdown
# How-to Guides
|
|
|
|
How-to guides help you answer practical questions once you are past the first
|
|
tutorial.
|
|
|
|
Use this section when you already know the basic workflow and want help with one
|
|
specific task.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
choose-a-model
|
|
choose-an-inference-input-mode
|
|
run-batch-predictions
|
|
tune-inference-clipping
|
|
tune-detection-threshold
|
|
inspect-class-scores-in-python
|
|
inspect-detection-features-in-python
|
|
save-predictions-in-different-output-formats
|
|
fine-tune-from-a-checkpoint
|
|
choose-and-configure-evaluation-tasks
|
|
interpret-evaluation-outputs
|
|
configure-aoef-dataset
|
|
import-legacy-batdetect2-annotations
|
|
configure-audio-preprocessing
|
|
configure-spectrogram-preprocessing
|
|
configure-target-definitions
|
|
define-target-classes
|
|
configure-roi-mapping
|
|
```
|