-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cannot write mode F as PNG #252
Comments
网上说应该将输出图像转成整数,bug是没了,但是结果显示的不对。 |
find and change in saveResult (data.py) for grayscale image img = labelVisualize(num_class,COLOR_DICT,item) if flag_multi_class else (item[:,:,0]*255).astype(np.uint8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into this problem when I was running main.py. How do I fix it
The text was updated successfully, but these errors were encountered: