mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +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.
12 lines
298 B
ReStructuredText
12 lines
298 B
ReStructuredText
Evaluate command
|
|
================
|
|
|
|
Use ``batdetect2 evaluate`` to compare a checkpoint against labelled test data.
|
|
|
|
This command writes metrics and any configured artifacts to the output
|
|
directory.
|
|
|
|
.. click:: batdetect2.cli.evaluate:evaluate_command
|
|
:prog: batdetect2 evaluate
|
|
:nested: none
|