-
Notifications
You must be signed in to change notification settings - Fork 26
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
ValueError: bbox must be normalized #5
Comments
Thank you for reporting this issue. The library was a bit too strict with its coordinate system. It didn't anticipate images where not all of the returned face landmarks are actually located within the image (e.g. zoomed-in faces). This will be fixed in the next release. |
@patlevin thank you for a quick update |
The updated tutorial was part of the latest release - check the link. |
Nice catch! 😄 It's fixed now. |
Thank you @patlevin |
Thanks for your awesome library
I'm trying to recolor iris
But some image have error:
ValueError: bbox must be normalized
Here is the google collab to reproduce: https://colab.research.google.com/drive/1UL7F1f-8fyKXBoUg2YcVjAFDN_dfIcIS?usp=sharing
The text was updated successfully, but these errors were encountered: