-
Notifications
You must be signed in to change notification settings - Fork 1.4k
39 sliding window workflow #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ericspod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented on iter_dense_patch_slices
Nic-Ma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
* Fix canonical transformation bug in nifti writer. * fixes nifti reader/writer's as_closest_canonical option, adds unit tests Co-authored-by: Wenqi Li <wenqi.li@ucl.ac.uk>
|
@ericspod I think the PR is ready, could you please review? after merging this, we could have another iteration to refactor |
Fixes #39 #6 #5 .
Description
combining PR #52 #53 #57 implementing a sliding window inference workflow in
examples/unet_inference_3d.pyTODOs
- unit test for event handler:monai/application/handlers/segmentation_saver.py- integration test for the workflow(advanced testing tasks should be part of #17)
discussion of the niftidataset changes for metadata
monai/data/readers/niftireader.pyimplement a model checkpoint loading event handler?
Status
Ready
Types of changes