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

Fix itkwidgets in the MICCAI23 notebook #1

Open
denbonte opened this issue Oct 5, 2023 · 0 comments
Open

Fix itkwidgets in the MICCAI23 notebook #1

denbonte opened this issue Oct 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@denbonte
Copy link
Member

denbonte commented Oct 5, 2023

Fix the dark halo around the segmentation masks by setting:

v = view(label_image=data_im)
v.set_label_image_weights([0,1])

This should assign a non-zero weight to all the labels except the background.

See: InsightSoftwareConsortium/itkwidgets#682

@denbonte denbonte self-assigned this Oct 5, 2023
@denbonte denbonte added the bug Something isn't working label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant