pytorch-UNet
pytorch-UNet copied to clipboard
valueError
Hello, I have read your code, which is very helpful to me. However, I reported such an error when using my own data set. Is there any solution?Thanks a million!
Judging from the ValueError
, I think the problem is that the image to be saved is constant in intensity, thus it cannot convert it to uint8. I'll investigate this problem a bit and get back to you soon!
Thank you and look forward to your reply.