Open maxschnettler opened 4 years ago
Hyperparameter
Problem config parameter
Internal state variables
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
We may take Murtys Algorithm from here https://github.com/abewley/sort/blob/master/sort.py
Hungarian Algorithm: https://github.com/xinshuoweng/AB3DMOT/blob/master/evaluation/munkres.py
internal status variables + hyperparameter create list of all variables and their specifications numpy-arrays vs. class objects? --> research about computation efficiency
integration of configuration files research about config files and their integration in Python
pointcloud example: create / integrate small point cloud example as functional test for further development
implementation of filter logic spawn new targets prediction correction