Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyframe] Do not fail before the end of the feed when frames are mis…
…sing When a frame was missing in a VideoFeed, the behaviour used to be to skip it and try to read the next one. If the next one was missing as well, the whole process would stop and fail, with the assumption that the feed was corrupted. Instead of that, we now keep on skipping the frame and attempting to read the next one until a valid frame is found or there is no frame left to read. Dummy scores are still pushed for every frame that is missing.
- Loading branch information