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
Hi.
Thank you for opening code.
While I run this code, it appears error messages.
What happens?
What can I do to solve this situations?
File "/data/anaconda3/envs/imt_221125/lib/python3.8/site-packages/PIL/Image.py", line 2331, in save
format = EXTENSION[ext]
KeyError: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "easyocr_translate.py", line 76, in
im_pil.save(OUT_PATH)
File "/data/anaconda3/envs/imt_221125/lib/python3.8/site-packages/PIL/Image.py", line 2333, in save
raise ValueError(f"unknown file extension: {ext}") from e
ValueError: unknown file extension:
The text was updated successfully, but these errors were encountered:
Hi.
Thank you for opening code.
While I run this code, it appears error messages.
What happens?
What can I do to solve this situations?
File "/data/anaconda3/envs/imt_221125/lib/python3.8/site-packages/PIL/Image.py", line 2331, in save
format = EXTENSION[ext]
KeyError: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "easyocr_translate.py", line 76, in
im_pil.save(OUT_PATH)
File "/data/anaconda3/envs/imt_221125/lib/python3.8/site-packages/PIL/Image.py", line 2333, in save
raise ValueError(f"unknown file extension: {ext}") from e
ValueError: unknown file extension:
The text was updated successfully, but these errors were encountered: