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

lost on long time #2

Open
LaurentDelaon opened this issue Dec 10, 2022 · 1 comment
Open

lost on long time #2

LaurentDelaon opened this issue Dec 10, 2022 · 1 comment

Comments

@LaurentDelaon
Copy link

LaurentDelaon commented Dec 10, 2022

When your TLD program is used on long-time the target detection fail.

a) init a target recognition.
b) mask target from camera on long-time.
c) re-put the masked target front of camera.
the TLD algo is unable to found it, because seem to me all is cleared by learning.
Only new image may update base recognition.

This is a miss programming: TLD have long time stabiltiy.

So maybe I suggest that if there is no detection object, it is not necessary to update learning.
and also we didn't lose the initial learning and maybe we can redetect correctly apparition.
Did you think it's possible to modifiy this ?

Regards
Laurent.

@iolkhovsky
Copy link
Owner

Hi Laurent
Sure, it's possible to make the learning process configurable (to tune the algorithm behavior). I'm afraid I have no enough spare time to do this right now. Feel free to contribute.
Or consider another open source project, for example:
https://github.com/zk00006/OpenTLD
https://github.com/trippsc2/OpenTracker

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

3 participants
@LaurentDelaon @iolkhovsky and others