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

Sort video frames by time #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Sort video frames by time #80

wants to merge 1 commit into from

Conversation

mwoehlke-kitware
Copy link
Member

Enable the option to tell video_input_image_list to sort the set of frames according to their timestamps. This will alter their frame numbers and may prevent some potential issues that could arise particularly with pipelines because we generally process things in temporal order and expect that to match frame order. (In particular, there are some places that we expect things to arrive in temporal order that try to append to KWIVER tracks, which will fail if the frame number order does not match the temporal order.)

Note that this "depends" on Kitware/kwiver#1007, which adds the aforementioned functionality to KWIVER. Things will still run without that, but this change won't do anything.

Enable the option to tell video_input_image_list to sort the set of
frames according to their timestamps. This will alter their frame
numbers and may prevent some potential issues that could arise
particularly with pipelines because we generally process things in
temporal order and expect that to match frame order. (In particular,
there are some places that we expect things to arrive in temporal order
that try to append to KWIVER tracks, which will fail if the frame number
order does not match the temporal order.)

Note that this "depends" on Kitware/kwiver#1007, which adds the
aforementioned functionality to KWIVER. Things will still run without
that, but this change won't do anything.
@mwoehlke-kitware mwoehlke-kitware marked this pull request as draft June 3, 2020 15:17
@mwoehlke-kitware mwoehlke-kitware marked this pull request as ready for review June 10, 2020 16:52
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

Successfully merging this pull request may close these issues.

3 participants