Skip to content
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

Fix for Kalman filter to also output trajectories of neighbours #20

Merged
merged 1 commit into from Sep 12, 2021

Conversation

pedro-mgb
Copy link
Contributor

@pedro-mgb pedro-mgb commented May 27, 2021

Summary

Minor but important fix in Kalman filter model, to also output trajectories of neighbours

Content

The variable that contained the neighbour predictions (neighbour_tracks - see line 8 of the file that was changed for initialization) was being overwriten, and so those tracks ended up being lost. This PR involves removing the line in which the variable is overwritten.

Effect

This was causing KF to only output trajectory of primary pedestrian, which made the computation of Col-I metric impossible.

Related PRs/Issues

This (partially) addresses #19.

This was causing KF to only output trajectory of primary pedestrian
@theDebugger811
Copy link
Contributor

Thanks @pedro-mgb for spotting and fixing the bug.

@theDebugger811 theDebugger811 merged commit ad0d121 into vita-epfl:master Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants