-
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.
* generated geojson outputs by default in wsinfer run command * generating geojson files on run command, parallelized geojson convertion using tqdm * changed tests according to updated command * modified open() with separate filename variable * changed make_geojson parameter csv from a string to a Path variable * convert only new csv files to geojson instead of all * handled condition if output directory doesn't exist * changed function name to write_geojsons, fixed minor issues * raise CannotReadSpacing if page0 is none, fixed style issue * order issue fixed * added a try catch to handle pytorch-nightly error * styled using isort and black * removed redundant libraries * removed redundant lines in wsi.py * changed folder name in ci tests for windows, ubuntu and docker * shortened length of FileExistsError message --------- Co-authored-by: Jakub Kaczmarzyk <[email protected]>
- Loading branch information
1 parent
59c0f5c
commit c41a9b8
Showing
6 changed files
with
49 additions
and
60 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
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