Skip to content

Commit

Permalink
correct info to process images
Browse files Browse the repository at this point in the history
The commands to process and image where outdated. For predicting more than a single image probably needs to be updated as well
  • Loading branch information
esgomezm authored Oct 11, 2023
1 parent a83c185 commit 83ffe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bioimageio test-model <MODEL>

Run prediction for an image stored on disc:
```
bioimageio predict-image -m <MODEL> -i <INPUT> -o <OUTPUT>
bioimageio predict-image <MODEL> --inputs <INPUT> --outputs <OUTPUT>
```

Run prediction for multiple images stored on disc:
Expand Down

0 comments on commit 83ffe66

Please sign in to comment.