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

[FEATURE REQUEST] Add constraints to tracking and possibly variable search radius. #407

Open
lupinthief opened this issue Apr 15, 2024 · 0 comments

Comments

@lupinthief
Copy link

Would it be conceivably possible to impose constraints on tracklet construction in the tracking stage - for example, my objects getting bigger doesn't make any physical sense, but I see quite a bit of confusion in the tracking where objects get linked to larger objects in future timesteps so I'd like to be able to impose rules to make certain linkages (based on the visual features passed to the tracker) impossible or at least have very strong priors against. I was also wanting to be able to have variable search radius based on object attributes - in my case, larger objects are easier to discriminate and could therefore be confidently linked over much larger areas than small objects (where 'losing' a small object because it has travelled too far and re-initiating the track is also considerably less bad than 'losing' a large object that has travelled outside the search radius). I can imagine that these two could possibly be implemented through a similar pathway. Where might I go looking in the code to make a start?

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

1 participant