generated from qupath/qupath-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use global thumbnail normalisation (Use thumbnail if nresolutions > 1) * Use more complex tiling logic: - Split ROI into overlapping tiles - Run model on tiles - Remove objects within N pixels of tile margin (except those on the edge of the image) - Merge objects if they have an IoU >= 0.2
- Loading branch information
1 parent
5fe05d1
commit aa881f9
Showing
9 changed files
with
333 additions
and
99 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
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
41 changes: 0 additions & 41 deletions
41
src/main/java/qupath/ext/instanseg/core/OutputToObjectConvert.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.