-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-batch prediction for the segmentation and Polaris consumers (…
…#189) * Begin adding tests for different segmentation data inputs * Add image_dimensions_to_bxyc function * Raise ValueError if dim mismatch * Overload save_output method * Add dimension_order to test input * Modify DummyStorage image dims * Add dim order test cases * Add dim order to hvals * Fix base consumer tests * Change prediction results shape * Remove expand dims for TIFF * Remove squeeze after get_image * Lower default TF max batch size and add comment * Allow multibatch Polaris jobs * Raise error for channel dim mismatch * Remove comment Co-authored-by: Morgan Schwartz <[email protected]> * Fix Polaris tests Co-authored-by: msschwartz21 <[email protected]>
- Loading branch information
1 parent
44e5775
commit e61342a
Showing
10 changed files
with
158 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
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.