mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 06:41:53 +02:00
Clarify BatDetect2API usage, add examples and NumPy-style docstrings, and tighten CLI help and reference pages for prediction, training, evaluation, and fine-tuning workflows.
18 lines
519 B
ReStructuredText
18 lines
519 B
ReStructuredText
Predict command
|
|
===============
|
|
|
|
Use ``batdetect2 predict`` to run prediction on audio.
|
|
|
|
Choose a subcommand based on how you want to provide the input:
|
|
|
|
- ``directory`` for all supported audio files in one folder
|
|
- ``file_list`` for a text file with one audio path per line
|
|
- ``dataset`` for recordings referenced by a dataset file
|
|
|
|
Use ``--detection-threshold`` when you want to override the configured
|
|
threshold for one run.
|
|
|
|
.. click:: batdetect2.cli.inference:predict
|
|
:prog: batdetect2 predict
|
|
:nested: full
|