Skip to content

Commit

Permalink
Merge pull request #27 from MortenTabaka/MortenTabaka-patch-6
Browse files Browse the repository at this point in the history
Fix in custom predictions section #patch
  • Loading branch information
MortenTabaka committed Apr 11, 2023
2 parents 9e71e92 + a5ba6c5 commit 9fc8ca0
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 @@ -19,7 +19,7 @@ python3 models/scripts/run_prediction_on_folder.py
This script allows you to make predictions using the DeepLabv3+ model on a folder containing custom input images. You can use the following parameters to customize the prediction process:

* model_revision: This optional parameter allows you to choose which model revision to use for making predictions.
The default is "deeplabv3plus_v5.10.2", but you can select a different revision if you have it installed.
The default is "deeplabv3plus_v5.10.2", but you can select a different revision from list of availabe ones (`--help`).

* input_folder: This optional parameter specifies the folder containing the input images that you want to make predictions on.
The default folder is `models/custom_data/input`. Accepted image formats are **JPG, PNG and TIFF**.
Expand Down

0 comments on commit 9fc8ca0

Please sign in to comment.