From 83ffe6635bab402c31b178a131cf5b76f52b4935 Mon Sep 17 00:00:00 2001 From: esgomezm <43643518+esgomezm@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:46:20 +0100 Subject: [PATCH] correct info to process images The commands to process and image where outdated. For predicting more than a single image probably needs to be updated as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a1831a..ccf09bd9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ bioimageio test-model Run prediction for an image stored on disc: ``` -bioimageio predict-image -m -i -o +bioimageio predict-image --inputs --outputs ``` Run prediction for multiple images stored on disc: