Skip to content
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

Object detection only run on ~22 frames of video #319

Closed
jharwig opened this issue Oct 2, 2014 · 1 comment
Closed

Object detection only run on ~22 frames of video #319

jharwig opened this issue Oct 2, 2014 · 1 comment
Labels

Comments

@jharwig
Copy link
Contributor

jharwig commented Oct 2, 2014

Videos are processed into about 22 frames for video scrubbing, and then those frames are run through OpenCV for detecting objects. But for longer videos we should run object detection on more frames, even if we don't keep them around afterwards.

@kunklejr kunklejr added the bug label Oct 6, 2014
@sfeng88 sfeng88 changed the title Object detection only run on ~20 frames of video Object detection only run on ~22 frames of video Oct 14, 2014
@sfeng88
Copy link
Contributor

sfeng88 commented Nov 10, 2014

We were calculating the number of frames to extract by dividing the duration by 20. Now we are extracting a frame per every second and OpenCV runs on the extracted frames.

Commit: fd88f7c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants