mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
609 B
609 B
How to run batch predictions
This guide shows practical command patterns for directory-based and file-list prediction runs.
Predict from a directory
batdetect2 predict directory \
path/to/model.ckpt \
path/to/audio_dir \
path/to/outputs
Predict from a file list
batdetect2 predict file_list \
path/to/model.ckpt \
path/to/audio_files.txt \
path/to/outputs
Useful options
--batch-sizeto control throughput.--workersto set data-loading parallelism.--formatto select output format.
For complete option details, see {doc}../reference/cli.