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
I cannot reproduce your error now. It seems that the image processing is not correct in your code. If you did not change the code, it may be due to the version change of the related library.
Hello,When I run these lines of codes
for i, seg in enumerate(data):
seg = np.clip(seg, 0.0, 1.0)
seg_rgb = (cm(seg)[:,:,:3]*255.0).astype(np.uint8)
Dataset normalized with minmax scaler
Range before normalization: [-80.0, 3.8146973e-06]
Range after normalization: [0.0, 1.0]
已杀死
The above error occurs
Best wish to you!
The text was updated successfully, but these errors were encountered: