mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
19 lines
329 B
Markdown
19 lines
329 B
Markdown
# CLI reference
|
|
|
|
Use this section like this:
|
|
|
|
1. Check `base` for global options shared by all commands.
|
|
2. Pick the command page you need (`predict`, `data`, `train`, or `evaluate`).
|
|
3. Use `detect_legacy` only if you are maintaining old workflows.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
base
|
|
predict
|
|
data
|
|
train
|
|
evaluate
|
|
detect_legacy
|
|
```
|