mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-07-08 05:10:09 +02:00
Some checks failed
CI / Checks (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled
16 lines
395 B
Markdown
16 lines
395 B
Markdown
# Inference and Outputs
|
|
|
|
Use this section when you want to run predictions, choose how inference runs, or
|
|
control what gets written to disk.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
inference/choose-a-model
|
|
inference/choose-an-inference-input-mode
|
|
inference/run-batch-predictions
|
|
inference/tune-inference-clipping
|
|
inference/tune-detection-threshold
|
|
inference/save-predictions-in-different-output-formats
|
|
```
|