Skip to content

2223 Add PostProcessing handler#2243

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

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

Conversation

@Nic-Ma
Copy link
Copy Markdown
Contributor

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

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
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented May 25, 2021

/black

@Nic-Ma Nic-Ma marked this pull request as ready for review May 25, 2021 04:02
@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented May 25, 2021

/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
Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

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