thalianacv.cli package¶
Submodules¶
thalianacv.cli.main module¶
CLI predict command for single-image inference.
- thalianacv.cli.main.predict_command(image_path: str, shoot_model_path: str = <typer.models.OptionInfo object>, root_model_path: str = <typer.models.OptionInfo object>, global_stats_path: str | None = <typer.models.OptionInfo object>) None[source]¶
Run the full inference pipeline on a single plant image.
- Parameters:
image_path – Path to the input plant image.
shoot_model_path – Path to the shoot segmentation model.
root_model_path – Path to the root segmentation model.
global_stats_path – Path to the global stats file. Defaults to None.
Module contents¶
CLI for local inference and model management.
Wraps the core inference pipeline so that users can run predictions from the command line without writing Python code.