ValueError: Unable to infer channel dimension format
#5
by
skw1990
- opened
Please use this code to open the image.
from PIL import Image
image = Image.open().convert('RGB')
Please use this code to open the image.
from PIL import Image
image = Image.open().convert('RGB')
Thanks, it helped <3