-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add function in monai.transforms.utils.py #7712
Conversation
63220ae
to
0ee18a7
Compare
Signed-off-by: ytl0623 <[email protected]>
cc @Yu0610 |
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
for more information, see https://pre-commit.ci
Hi @ytl0623, thanks for the quick update. Please take a look at the ci error. Thanks! |
Co-authored-by: Yu <[email protected]> Signed-off-by: ytl0623 <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Yu <[email protected]> Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: ytl0623 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will approve now but there's two minor comments I made that should be looked at, otherwise it looks good now.
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: ytl0623 <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: ytl0623 <[email protected]>
Signed-off-by: ytl0623 <[email protected]>
Hi @KumoLiu, |
/build |
Fixes #6704
Description
Combined
map_classes_to_indices
andgenerate_label_classes_crop_centers
to a single functionmap_and_generate_sampling_centers
in monai.transforms.utils.py.Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.