zuruoke / watermark-removal

a machine learning image inpainting task that instinctively removes watermarks from image indistinguishable from the ground truth image
1.86k stars 291 forks source link

Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 2847, in open fp.seek(0) AttributeError: 'str' object has no attribute 'seek' #14

Open flbfilhoUSP opened 1 year ago

flbfilhoUSP commented 1 year ago

Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 2847, in open fp.seek(0) AttributeError: 'str' object has no attribute 'seek'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "main.py", line 31, in image = Image.open(args.image) File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 2849, in open fp = io.BytesIO(fp.read()) AttributeError: 'str' object has no attribute 'read'

Saligz commented 1 year ago

Got same issue