Skip to content

An implementation of "Global Data Association for Multi-Object Tracking Using Network Flows" [Zhang, Li, Nevatia 2008]

Notifications You must be signed in to change notification settings

asfarley/elixir-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of "Global Data Association for Multi-Object Tracking Using Network Flows" [Zhang, Li, Nevatia 2008]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages