Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scjrobertson authored Jul 13, 2022
1 parent cc83cee commit 183d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This code runs in Matlab R2022a and requires the **Statistics and Machine Learni
The script **runFilters.m** runs the single-sensor LMB and LMBM filters and plots their results and Euclidean and Hellinger optimal subpattern assignment (OSPA) errors.
The LMB filter can be run using the following three data association algorithms:

1. Loopy belief propagation (LBP). This Williams et al.'s LBP algorithm to approximate each object's posterior existence probability and marginal association probabilities. We recommend this data association algorithm, as it computationally inepxensive and it is more accurate than the other two data association algorithms.
1. Loopy belief propagation (LBP). This is Williams et al.'s LBP algorithm to approximate each object's posterior existence probability and marginal association probabilities. We recommend this data association algorithm, as it computationally inepxensive and it is more accurate than the other two data association algorithms.
2. Gibbs sampling. This uses a relatively inexpensive Gibbs sampling routine to approximate each object's posterior existence probability and marginal association probabilities.
3. Murty's algorithm. This uses Vo and Vo's **.mex** implementation of Murty's algorithm to approximate each object's posterior existence probability and marginal association probabilities. This code may have a memory leak, and it might deplete your PC's memory when left running for a long time.

Expand Down

0 comments on commit 183d5e0

Please sign in to comment.