-
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
Torch: map_binary_to_indices
, map_classes_to_indices
, correct_crop_centers
, generate_pos_neg_label_crop_centers
, generate_label_classes_crop_centers
#2958
Conversation
…generate_pos_neg_label_crop_centers, generate_label_classes_crop_centers Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
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.
looks good to me, @Nic-Ma this might change the behaviour of the spleen seg. notebook...please confirm
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.
Looks good to me.
Could you please help double confirm by executing this example?
https://github.com/Project-MONAI/tutorials/blob/master/3d_segmentation/torch/unet_training_dict.py
Just also need to add EnsureTyped()
after LoadImaged()
to test with Tensor data.
Thanks in advance.
/build |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
/build |
Hi @rijobro , Would you like to add Tensor support for Thanks in advance. |
Description
Torch:
map_binary_to_indices
,map_classes_to_indices
,correct_crop_centers
,generate_pos_neg_label_crop_centers
,generate_label_classes_crop_centers
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.