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

Hello, why does the tracker code have a dat and graph part? Looks like too much complicated, #414

Open
lucasjinreal opened this issue Apr 10, 2023 · 1 comment
Assignees
Labels

Comments

@lucasjinreal
Copy link

Is there a way to make the tracker part just single header only?

@Nuzhny007 Nuzhny007 self-assigned this Apr 10, 2023
@Nuzhny007
Copy link
Collaborator

graph - it's a library with bipartite graph matching - alternative for Hungarian algorithm.
dat, staple, ldes - this all is a single object trackers.

I think that the projects architecture can be more correct and simplified. A part with single objects trackers I can extract as plugin as so/dll. But all code as single header? Hm. Looks like a bad way for C++ without modules. May be for C++2x...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants