-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to export Image #22
Comments
same problem, waiting for the solution |
The output file needs to be written in binary mode. Try changing line 48 from
to
Hope it helps you. |
@tlvu2697 do you know how to convert it to jpg? |
Show in #11 (comment). |
Fixed in this PR. |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my folder: bedroom_val, there are data.mdb and lock.mdb.
Then I use
export_images('./bedroom_val', './data',True)
result:
Then i added key.decode() where
image_out_path = join(image_out_dir, key.decode() + '.webp')
However, there still has an error:
I don't know how to fix this problem where
The text was updated successfully, but these errors were encountered: