An implementation of the global data-association algorithm described here:
Global Data Association for Multi-Object Tracking Using Network Flows (Zhang, Li, Nevatia 2008)
- Review code status, tests, and overall algorithm structure. What is missing for basic testing?
- Look up the 'scaling push-relabel method' described by A. V. Goldberg, An efficient implementation of a scaling minimum-cost algorithm
If available in Hex, the package can be installed
by adding tracker
to your list of dependencies in mix.exs
:
def deps do
[
{:tracker, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tracker.