-
Notifications
You must be signed in to change notification settings - Fork 71
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
Is it possible to run this model as a Real-Time Detection? #5
Comments
Any progress with this? |
Hi there, sorry for the late answer. For real-time detection, I think there is several points you have to address: First of all, this repo is by no means a solution for such a task. It's more of a pseudo "tracker" as the videos are looped through one by one. For Real-Time Detection you would have to run inference on each frame. I haven't looked into the code in quite some time, but I will try to adjust the code for "real-time" conditions on my side, and I will come back to you with the observations I find. |
Hi @samihormi any update from your side ? |
Hi @samihormi ! |
Hi~ @samihormi |
Hi @samihormi , |
Hi everyone, |
Hi @manojramanathan |
Hi @fritz-31 , |
Thanks @manojramanathan for the explanation. |
I just want to know how to do for long sized video and how can i make it real time |
My high view of question : I want to run this model on a network consist of 8 cameras is it possible?
-In the demo.py file (line 93 ) I see that for loop gets videos one after the other so model now only works on videos which are ready, I want to connect this model into RTSP stream, do you have any suggestion?
The text was updated successfully, but these errors were encountered: