Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2648 add RandCoarseDropout transform #2658

Merged
merged 10 commits into from
Jul 27, 2021
Merged

Conversation

Nic-Ma
Copy link
Contributor

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

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

Nic-Ma commented Jul 27, 2021

/black

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

wyli commented Jul 27, 2021

Will this address #2185?

@Nic-Ma
Copy link
Contributor Author

Nic-Ma commented Jul 27, 2021

Will this address #2185?

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

Thanks.

monai/transforms/intensity/array.py Outdated Show resolved Hide resolved
@wyli
Copy link
Contributor

wyli commented Jul 27, 2021

/build

@Nic-Ma
Copy link
Contributor Author

Nic-Ma commented Jul 27, 2021

/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