Skip to content

Necessary to indicate the right heat map in the good data #91

Open
@dhkdnduq

Description

@dhkdnduq

utils.py
def plot_segmentation_images
...
axes[0].imshow(image.transpose(1, 2, 0))
axes[1].imshow(mask.transpose(1, 2, 0))
axes[2].imshow(segmentation,vmin=0, vmax=1)
...

From
000
To
000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions