-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a basic in-memory postprocessor for watershed. It doesn't seem to be working that well because prediction seems broken. Here's a picture: ![Figure_1](https://github.com/user-attachments/assets/01c209e3-914e-44a2-85b4-70343b1a984f) I expect the postprocessor to work significantly better if the predictions are done with enough context to avoid the block artifacts and the predictions are post processed properly so that high affinity within objects leads to an affinity of 1 (it looks like its set to 0 here), and a low affinity in the background leads to an affinity of 0 (looks like it is set to 0.5 here)
- Loading branch information
Showing
3 changed files
with
54 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters