-
Notifications
You must be signed in to change notification settings - Fork 739
Add DeepEdit Bundle #694
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 DeepEdit Bundle #694
Conversation
Signed-off-by: Andres Diaz-Pinto <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Andres Diaz-Pinto <[email protected]>
@Nic-Ma how I can send a dictionary to a transform? When using this transform here https://github.com/Project-MONAI/MONAI/blob/dev/monai/apps/deepedit/transforms.py#L101 I'm getting this error:
It seems the transform is getting a str instead of a dictionary :/ |
Hi @diazandr3s , I think you should define the "label_names": {"spleen": 1, "background": 0} Thanks. |
Signed-off-by: Andres Diaz-Pinto <[email protected]>
Signed-off-by: Andres Diaz-Pinto <[email protected]>
Signed-off-by: Andres Diaz-Pinto <[email protected]>
Closing this PR. |
Signed-off-by: Andres Diaz-Pinto [email protected]
DeepEdit Bundle