phquentin / lmb_tracker

9 stars 2 forks source link

Tasks #3

Open maxschnettler opened 4 years ago

maxschnettler commented 4 years ago
maxschnettler commented 4 years ago

Required variables

Hyperparameter

Problem config parameter

Internal state variables

maxschnettler commented 4 years ago

Class structure:

target class contains existence probability, label, (motion model), and pdf representation/object

lmb logic prediction and correction step of lmb, including association and sampling

gaussian mixture pdf

phquentin commented 4 years ago

We may take Murtys Algorithm from here https://github.com/abewley/sort/blob/master/sort.py

phquentin commented 4 years ago

Hungarian Algorithm: https://github.com/xinshuoweng/AB3DMOT/blob/master/evaluation/munkres.py