Update README.md

This commit is contained in:
vahidrezanezhad 2019-12-10 13:03:17 +01:00 committed by GitHub
parent e77b71593a
commit 1154a741b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Run ./make
# Usage
sbb_binarize -m <directory of models> -i <image>
-p <<set it true in order to let model see image in patches>
-p <set it true in order to let model see image in patches>
-s <provide a directory with a given ouput name and format. The result will be saved here>
example script: sbb_binarize -m ./models -i image.tif -p true -s ./image_bin.tif