-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup + add strided patches (#218)
* rm unused args, fix #185 * account for empty hierarchy or patches fix #195 * please mypy * make error message more helpful if patch dir does not exist * rm unused args in wsi patches dataset fixes #185 * check that there are patches in the loaded file fixes #195 * ensure thumbnail is RGB fixes #216 * appease mypy * test that openslide and tiffslide pad regions fixes #203 * rm unused import * handle symlinked slides dirs fixes #214 * add strided patches fixes #202 This adds a command line option '--patch-overlap-ratio' that controls the level of overlap between adjacent patches. Negative values create space between patches, and values closer to 1 makes patches overlap more. * save jsons with geojson ext * print some logs * use geojson ext for purple.json
- Loading branch information
Showing
9 changed files
with
165 additions
and
84 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
Oops, something went wrong.