mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 23:30:21 +02:00
799 B
799 B
Tutorial: Run inference on a folder of audio files
This tutorial walks through a first end-to-end inference run with the CLI.
Before you start
- BatDetect2 installed in your environment.
- A folder containing
.wavfiles. - A model checkpoint path.
Tutorial steps
- Choose your input and output directories.
- Run prediction with the CLI.
- Verify output files were written.
- Inspect predictions and confidence scores.
Example command
batdetect2 predict directory \
path/to/model.ckpt \
path/to/audio_dir \
path/to/outputs
What to do next
- Use {doc}
../how_to/tune-detection-thresholdto tune sensitivity. - Use {doc}
../reference/cli/indexfor full command options.
This page is a starter scaffold and will be expanded with a full worked example.