-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Loopy Belief Propagation (LBP) #1022
Implementation of Loopy Belief Propagation (LBP) #1022
Conversation
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
Co-authored-by: Steven Hiscocks <[email protected]>
@marcelh71 Hope it's okay, I pushed some changes to get flake8/test issues resolved, as they were mainly caused by my suggested changes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1022 +/- ##
==========================================
- Coverage 93.56% 93.55% -0.02%
==========================================
Files 202 202
Lines 12985 13054 +69
Branches 2649 2668 +19
==========================================
+ Hits 12150 12213 +63
- Misses 591 593 +2
- Partials 244 248 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi Steve,That’s absolutely fine. Many thanks for resolving the issues.Best wishes,Marcel.
|
[ci skip]
This pull request is the LBP algorithm of Williams and Lau (2014). This is an efficient mechanism for calculating the marginal association probabilities when performing soft data association (e.g. as in the JPDA filter).