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
Hello, I have trained using a 100 set of grayscale images, now I am stuck in the generate.py because it is all set for generating RGB images.
I get this error:
ValueError: not enough image data
or when I changed the generate.py archive from RGB to L :
ValueError: Too many dimensions: 3 > 2.
I have searched the internet for hours and tried a lot of stuff but I am pretty new to python so I have run out of ideas of what I need to change in the generate.py to be able to have the images, can somebody please help me?
The text was updated successfully, but these errors were encountered:
Hello, I have trained using a 100 set of grayscale images, now I am stuck in the generate.py because it is all set for generating RGB images.
I get this error:
ValueError: not enough image data
or when I changed the generate.py archive from RGB to L :
ValueError: Too many dimensions: 3 > 2.
I have searched the internet for hours and tried a lot of stuff but I am pretty new to python so I have run out of ideas of what I need to change in the generate.py to be able to have the images, can somebody please help me?
The text was updated successfully, but these errors were encountered: