Skip to content

2223 Add PostProcessing handler#2243

Merged
Nic-Ma merged 8 commits into
Project-MONAI:devfrom
Nic-Ma:2223-post-transform-handler
May 25, 2021
Merged

2223 Add PostProcessing handler#2243
Nic-Ma merged 8 commits into
Project-MONAI:devfrom
Nic-Ma:2223-post-transform-handler

Conversation

@Nic-Ma

@Nic-Ma Nic-Ma commented May 25, 2021

Copy link
Copy Markdown
Contributor

Fixes #2223 .

Description

This PR added the PostProcessing handler according to @wyli 's suggestion.
Users can add additional post transforms after the post transforms of engines, so users can arbitrary other handlers between post transforms and this post-processing handler.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

Nic-Ma and others added 5 commits February 1, 2021 19:15
@Nic-Ma

Nic-Ma commented May 25, 2021

Copy link
Copy Markdown
Contributor Author

/black

@Nic-Ma Nic-Ma marked this pull request as ready for review May 25, 2021 04:02
Signed-off-by: Nic Ma <nma@nvidia.com>
@Nic-Ma

Nic-Ma commented May 25, 2021

Copy link
Copy Markdown
Contributor Author

/black

@Nic-Ma Nic-Ma requested review from ericspod, rijobro and wyli May 25, 2021 04:04
@Nic-Ma Nic-Ma changed the title [WIP] 2223 Add PostProcessing handler 2223 Add PostProcessing handler May 25, 2021
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>

@wyli wyli left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@Nic-Ma Nic-Ma enabled auto-merge (squash) May 25, 2021 08:07
@Nic-Ma Nic-Ma merged commit 8516d6c into Project-MONAI:dev May 25, 2021
@Nic-Ma Nic-Ma deleted the 2223-post-transform-handler branch July 2, 2021 23: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.

Add PostTransform handler

3 participants