Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 966 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 966 Bytes

Tracker

An implementation of the global data-association algorithm described here:
Global Data Association for Multi-Object Tracking Using Network Flows (Zhang, Li, Nevatia 2008)

TODO:

  • 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

Installation

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.