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

Real Time Video Processing #3

Open
imirzayev opened this issue Jan 22, 2025 · 6 comments
Open

Real Time Video Processing #3

imirzayev opened this issue Jan 22, 2025 · 6 comments
Labels
enhancement New feature or request

Comments

@imirzayev
Copy link

Hello,

Does it support real time video streaming or works only with pre-recorded videos?

@guohengkai
Copy link
Collaborator

Hi,
The current version doesn't support real time video streaming because of the sliding window implementation. I think it is possible to support streaming but we haven't test it yet.

@Yaoyaolingbro
Copy link

It is truly possible to realize the code. You can refer the vllm (simple idea, just need a queue to process while kv-cache would immensely increase the inference time.)

@nagadomi
Copy link

nagadomi commented Jan 24, 2025

If a video stream contains many scene changes or camera switches, still no need to reset the model (input) state?

@guker
Copy link

guker commented Jan 24, 2025

Hi, The current version doesn't support real time video streaming because of the sliding window implementation. I think it is possible to support streaming but we haven't test it yet.

if i want to support real time video streaming, how i should modify the code? @guohengkai

@SiliChen321
Copy link
Collaborator

If a video stream contains many scene changes or camera switches, still no need to reset the model (input) state?

Our model can process videos with scene changes without requiring any modifications.

@nagadomi
Copy link

Thank you for answer to my quick question.

@guohengkai guohengkai added the enhancement New feature or request label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants