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

Tracking seems to rely too much on test results #1830

Open
1 task done
22xxlin opened this issue Feb 28, 2025 · 0 comments
Open
1 task done

Tracking seems to rely too much on test results #1830

22xxlin opened this issue Feb 28, 2025 · 0 comments
Labels
question Further information is requested

Comments

@22xxlin
Copy link

22xxlin commented Feb 28, 2025

Search before asking

  • I have searched the Yolo Tracking issues and found no similar bug report.

Question

Hello, I have a question to ask
My understanding is that tracking can be aided by trajectories when no object is detected, for example
For example, in Botsort, track_buffer:
type: randint
default: 81 # from the default parameters
range: [20, 81]

In my scenario, the object was not detected for about 70 frames in the middle of the video input, but it was OK before and after that. I thought tracking would help to some extent, but I found that adjusting the track_buffer value made no difference in effect

My target object, from the original tracking ID1, and then in the middle of more than 70 frames without tracking and detection results (because the target and the background are indeed too similar, the detection is very difficult), the object behind became the new tracking ID2.
If you need more detailed video effects I can provide, but I would like to ask why

@22xxlin 22xxlin added the question Further information is requested label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant