-
Notifications
You must be signed in to change notification settings - Fork 183
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
bounding box not disappear #39
Comments
I've had this issue as well. I feel it is because the tracker is being distracted by some other high-structure elements in the scene. Since there is no learning what really comprises "The Object" , my opinion is that this problem cannot be solved trivially. |
i've used the confidence value to control when the box appear . it`s quite good here a dissuasion about the confidence : |
Does it account for the object disappearing and returning after some some period of time? Also another issue I've noticed when using it to track upright people, is that, the box gets hijacked by people crossing the scene (not a full human - just the bust or torso). By hijacked I mean the clusters get translated onto the occluding human(who walks across the screen) |
I noticed that to. Landmarks rub off on another person or face. |
thanks for your great support , and this great library . also i want you to excuse me for my poor English . i`ve an issue when tracking an object and it the bounding box appear in random places . is there a way to have some feedback from the code when the object is not exist .
thanks in advance
The text was updated successfully, but these errors were encountered: