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

Application on very long video / streaming media such as CCTV #8

Open
tamal-thetaonelab opened this issue Nov 4, 2024 · 1 comment

Comments

@tamal-thetaonelab
Copy link

What can be a good approach for handling streaming media / very long footages ?

What I understood, currently the model can handle videos of an hour length or so. Keeping this restriction, how can I implement a sliding window (an hour, say) on a streaming CCTV footage. Let's say I want queries to be answered always on last 1 hour of the video.

Any advise is greatly appreciated.

@xiaoqian-shen
Copy link
Collaborator

Thanks for your interest in our approach.
From what I understand, you're mainly interested in maintaining only the latest 1 hour of footage without needing to keep the memory of the historical data, right?
In this case, you can truncate from the left of the input sequence to maintain a moving 1-hour window for the latest streaming frames.

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

2 participants