Skip to content

MONAILabel needed changes for DeepEdit/Deepgrow/NuClick Transform to support 0.9.1*#4692

Merged
wyli merged 4 commits intoProject-MONAI:devfrom
SachidanandAlle:dev
Jul 14, 2022
Merged

MONAILabel needed changes for DeepEdit/Deepgrow/NuClick Transform to support 0.9.1*#4692
wyli merged 4 commits intoProject-MONAI:devfrom
SachidanandAlle:dev

Conversation

@SachidanandAlle
Copy link
Copy Markdown
Contributor

Fixes # .
Transform for Deepgrow/NuClick to read from MetaTensor

Description

App specific Transforms

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 --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@SachidanandAlle
Copy link
Copy Markdown
Contributor Author

@wyli ^^

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, now it's also possible to use

label = d[self.label].array if isinstance(data[self.label], MetaTensor) else data[self.label]

but this PR is also good for skipping the meta info for now.

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Jul 14, 2022

/build

@wyli wyli enabled auto-merge (squash) July 14, 2022 16:20
@wyli wyli disabled auto-merge July 14, 2022 16:20
@wyli wyli enabled auto-merge (squash) July 14, 2022 16:21
@wyli wyli merged commit 7a5de8b into Project-MONAI:dev Jul 14, 2022
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.

2 participants