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

yaw filter's self.JH #17

Open
skmadan opened this issue Jan 17, 2025 · 2 comments
Open

yaw filter's self.JH #17

skmadan opened this issue Jan 17, 2025 · 2 comments

Comments

@skmadan
Copy link

skmadan commented Jan 17, 2025

This is indeed supposed to be np.matrix([[1.0, 0.0], [1.0, 0.0]]) and not np.matrix([[1.0, 0.0], [0.0, 1.0]])?

@coderookieqi
Copy link
Collaborator

Thanks for pointing it out, we've made corrections

@skmadan
Copy link
Author

skmadan commented Feb 2, 2025

Maybe it was correct before? If so, sorry for the confusion.

State:
[angle, angle_velocity] based on this line:
https://github.com/megvii-research/MCTrack/blob/main/kalmanfilter/extend_kalman.py#L31

Measurement:
[angle from detection, angle from velocity] based on the paper.

If so, then H = [[1, 0], [1, 0]] makes sense, i.e., both detection and velocity measurement yaws == state yaw.

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

No branches or pull requests

2 participants