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
You need to make sure of the following. Maybe the conventions have changed with pytorch versions.
If you are using the correct dim order HWC or CHW.
If you in the correct range, there is a multiplication by 255 which assumes that the expected range should be 0-255. However if conventions have changed to 0-1 then avoid this multiplication.
Hello, there seems something wrong with "vstack". The codes reports error as follows:
viz3_im = Image.fromarray(viz3.astype('uint8'))
TypeError: Cannot handle this data type
Can you help me with this, thanks!
The text was updated successfully, but these errors were encountered: