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

Smart shot splitting #3

Open
cvondrick opened this issue Nov 1, 2011 · 0 comments
Open

Smart shot splitting #3

cvondrick opened this issue Nov 1, 2011 · 0 comments

Comments

@cvondrick
Copy link
Owner

Is it possible segment the video based on the scene of the video. For example, if the background of one video does not change, your code currently still split the videos into segments with each having about 330 frame, but it would be better to just segment it into one piece, so you don't have to initialize all the objects again and again for all the segments.

This is entirely possible and I think a worthwhile addition. We should be smarter in how we split up videos. I think there is some neat future work in this domain that would be impactful: you could imagine trying to split up each shot so that we each segment is the same amount of work. (We still need to split up shots for constant background, though, for MTurk).

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

No branches or pull requests

1 participant