Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch-prediction across multiple GPUs and more efficient patch-prediction #48

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Merge branch 'master-upstream'
# Conflicts:
#	README.md
#	sbb_binarize/cli.py
#	sbb_binarize/sbb_binarize.py
apacha committed Nov 22, 2022
commit 9ef8259677fbfee54089efa06c477554466eba1a
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,9 @@ sbb_binarize \
<output image>
```

Example
Images containing a lot of border noise (black pixels) should be cropped beforehand to improve the quality of results.

### Example

```sh
sbb_binarize -m /path/to/models/ myimage.tif myimage-bin.tif
You are viewing a condensed version of this merge commit. You can view the full changes here.