Skip to content

Conversation

@wyli
Copy link
Contributor

@wyli wyli commented Feb 6, 2020

Fixes #39 #6 #5 .

Description

combining PR #52 #53 #57 implementing a sliding window inference workflow in examples/unet_inference_3d.py

TODOs
- 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.py

  • implement a model checkpoint loading event handler?

Status

Ready

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New tests added to cover the changes
  • Docstrings/Documentation updated

@wyli wyli requested review from Nic-Ma and ericspod February 6, 2020 23:36
@Nic-Ma Nic-Ma mentioned this pull request Feb 7, 2020
This was referenced Feb 7, 2020
Copy link
Member

@ericspod ericspod left a 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

Copy link
Contributor

@Nic-Ma Nic-Ma left a 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.

@wyli wyli mentioned this pull request Feb 11, 2020
3 tasks
wyli and others added 5 commits February 12, 2020 17:16
* 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>
@wyli wyli requested a review from ericspod February 13, 2020 11:56
@wyli wyli requested a review from Nic-Ma February 13, 2020 11:56
@wyli
Copy link
Contributor Author

wyli commented Feb 13, 2020

@ericspod I think the PR is ready, could you please review? after merging this, we could have another iteration to refactor dense_patch_slices

@wyli wyli merged commit d5e610f into master Feb 13, 2020
@wyli wyli deleted the 39-sliding-window-workflow branch April 6, 2020 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MVP example for model inference and saving predicted results.

5 participants