-
Notifications
You must be signed in to change notification settings - Fork 4
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
UnboundLocalError: local variable 'warped_img' referenced before assignment #7
Comments
Seems an strange error if we evaluate the code:
The most plausible case seems to be the streamer is not detecting frames in your video file/object The reader relies on |
Hi, thanks for releasing your code and dataset.
I encounter this error on executing preprocess.py
Error log is saying that 'warped_img' isn't assigned.
So I checked 'warped_img' and that Errorhandling code.
In 231 line, in preprocess_sample function,
I think face detector can't find face , but I don't know why
If you give advice to me, I'm very appreciate.
The text was updated successfully, but these errors were encountered: