Skip to content

Commit

Permalink
feat: use keras_image_embeddings_3_0 by default in categorize CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Mar 15, 2023
1 parent a1bb507 commit 737716e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robotoff/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def categorize(
barcode: str,
deepest_only: bool = False,
model_name: NeuralCategoryClassifierModel = typer.Option(
NeuralCategoryClassifierModel.keras_2_0, help="name of the model to use"
NeuralCategoryClassifierModel.keras_image_embeddings_3_0,
help="name of the model to use",
),
threshold: Optional[float] = typer.Option(0.5, help="detection threshold to use"),
) -> None:
Expand Down

0 comments on commit 737716e

Please sign in to comment.