Skip to content

2648 add RandCoarseDropout transform#2658

Merged
wyli merged 10 commits into
Project-MONAI:devfrom
Nic-Ma:2648-add-cutout
Jul 27, 2021
Merged

2648 add RandCoarseDropout transform#2658
wyli merged 10 commits into
Project-MONAI:devfrom
Nic-Ma:2648-add-cutout

Conversation

@Nic-Ma

@Nic-Ma Nic-Ma commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

part of #2648 .
fixes #2185

Description

This PR implemented the RandCoarseDropout and RandCoarseDropoutd transforms.

Status

Work in progress

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 7 commits February 1, 2021 19:15
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
@Nic-Ma Nic-Ma marked this pull request as ready for review July 27, 2021 05:22
@Nic-Ma

Nic-Ma commented Jul 27, 2021

Copy link
Copy Markdown
Contributor Author

/black

@Nic-Ma Nic-Ma requested review from ericspod, rijobro and wyli July 27, 2021 05:23
@wyli

wyli commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

Will this address #2185?

@Nic-Ma

Nic-Ma commented Jul 27, 2021

Copy link
Copy Markdown
Contributor Author

Will this address #2185?

Yes, I think so.
If you feel any cases missing, let me add the support.

Thanks.

Comment thread monai/transforms/intensity/array.py Outdated
@wyli

wyli commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

/build

Comment thread monai/transforms/intensity/array.py Outdated
Comment thread monai/transforms/intensity/array.py Outdated
Comment thread monai/transforms/intensity/array.py Outdated
Comment thread monai/transforms/intensity/dictionary.py Outdated
@Nic-Ma

Nic-Ma commented Jul 27, 2021

Copy link
Copy Markdown
Contributor Author

/black

@wyli wyli enabled auto-merge (squash) July 27, 2021 16:12
@wyli wyli merged commit c4833f5 into Project-MONAI:dev Jul 27, 2021
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.

Cutout data augmentation

3 participants