-
Notifications
You must be signed in to change notification settings - Fork 23
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
Detect motion during credits #36
Comments
also https://www.youtube.com/watch?v=wIqbDgG32RQ seems simler. |
Uhg, this was alot harder then expected. Make a tool in credits.py that test different methods of getting the text, the current method works perfect on some images/frames and fail so hard on others.. This is largely because of we dont want false positives! |
Just so I understand the purpose of this ticket, it would be to avoid cutting out credits in which there continues to be video? |
Yes |
Let’s see if we can detect motion while credits are rolling.
The idea is is to check if we have bounding boxes, combine that that to one. Use that to exclude this area from motion and check for motion in the rest of the image.
The text was updated successfully, but these errors were encountered: