-
Notifications
You must be signed in to change notification settings - Fork 24
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
not working #7
Comments
Sorry I don't have time to help you in these days |
No worries, get back when you are free, Thanks in advance
…On Thu, 19 Sep 2019 at 18:27, Sebastien Biollo ***@***.***> wrote:
Sorry I don't have time to help you in these days
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AMQZSWVCNREOECCOQ7EXQWLQKN45ZA5CNFSM4IYKUIR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7DOY4Q#issuecomment-533130354>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMQZSWXALIWMIK55DXRUDZTQKN45ZANCNFSM4IYKUIRQ>
.
|
Change "if not img" and "if not mask" into "if img is None" and "if mask is None" and it should work. |
how to fix it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i change jpg to jpeg in line 108 it says:
Using TensorFlow backend.
Traceback (most recent call last):
File "main.py", line 109, in
if not img:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
The text was updated successfully, but these errors were encountered: