stylegan2-pytorch
stylegan2-pytorch copied to clipboard
PIL.unidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7ff1f05b62c0>
After I created the lmdb dataset, I started training the model.This error will occur.My dataset is all .jpg files.
I think some of your image files are not a valid jpeg files.
Hii I also met this error while my dataset is all .png files. Have you solved this problem?
i also met this. For me it was because output resolution of the lmdb was not the right one.
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7ff527fa20e0> This is a problem I encountered when running train.py, my data set is in mbd format file, why do I still get an error? Is there a loss in the data set?