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

The predicted result graph cannot be visualized #323

Open
heixinbaicaishang opened this issue Dec 5, 2021 · 1 comment
Open

The predicted result graph cannot be visualized #323

heixinbaicaishang opened this issue Dec 5, 2021 · 1 comment

Comments

@heixinbaicaishang
Copy link

Thank you very much for the UNET code, but the predicted output of the picture is 0, as shown in the figure below. How to solve this problem?
image

@heixinbaicaishang
Copy link
Author

image
ax[i + 1].imshow(mask[:, :, i]) Should be ax[i + 1].imshow(mask[1, :, :])
Problem solving!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant