-
Notifications
You must be signed in to change notification settings - Fork 1
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
fast #1
Comments
The speed depends upon the detector and tracker. if the detector is initialized once in few frames and the tracker is running for the rest of the frames, then it may be quicker. What is the application you are applying? Is it any video that you are processing or screen grabbing? |
it is a video. but meanwhile i will apply it for real time (with raspberry
pi camera) the problem with initializing the tracker with the detector once
do not allow you to detect a new object in the next frame. for instance if
you initialize the tracker with the bounding boxes of the detector in the
first frame and then allow the detector to take rest ( do not detect) then
you will not have the chance to detect a new object that appear in the
third or fourth frame.... I tried both... but the speed is the matter....I
will share you how it is working...
Normally i am using this machine and I think it is enough.
…On Sat, May 19, 2018 at 9:39 PM, Vishnu Pradeesh ***@***.***> wrote:
The speed depends upon the detector and tracker. if the detector is
initialized once in few frames and the tracker is running for the rest of
the frames, then it may be quicker. What is the application you are
applying? Is it any video that you are processing or screen grabbing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgXgdfD8jcuV4nCnTG5WA6CGFJxYsQ0zks5t0POAgaJpZM4UF89a>
.
|
OH sorry .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you for that....I used SSD detector to initialize and dlib tracker
and it works but it is too slow... how can make it fast? please help with any kind of pointer..
The text was updated successfully, but these errors were encountered: