You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i was to refactor to_label_image what exactly should it do ?
would be helpful to create some test cases to make sure
Currently mask = mask_scan.to_segmentation(example_image) returns a mask with a channels dimension. to_label_image returns that without a channels dimensions and all the rois in one 3d image.
When I try something like:
I get the following error:
When I specify multiple roi_names like:
I get an empty label image.
I do get a proper mask when I don't specify rois:
The text was updated successfully, but these errors were encountered: