batdetect2/docs/source/how_to/inference-and-outputs.md
mbsantiago 67aee0b79c
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
Update structure
2026-06-02 13:42:05 +01:00

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
```