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

kalmanFilter #116

Open
zhjw0927 opened this issue Sep 7, 2020 · 1 comment
Open

kalmanFilter #116

zhjw0927 opened this issue Sep 7, 2020 · 1 comment

Comments

@zhjw0927
Copy link

zhjw0927 commented Sep 7, 2020

why dim_x=7, dim_z=4 in init?
I think dim_x should be 8, so [cx,cy,w,h,vx,vy,vw,vh] have 8 attribute.
and, dim_z=4 means what?
Thank you!

@LMerCy
Copy link

LMerCy commented Sep 23, 2020

why dim_x=7, dim_z=4 in init?
I think dim_x should be 8, so [cx,cy,w,h,vx,vy,vw,vh] have 8 attribute.
and, dim_z=4 means what?
Thank you!

actually , the measurements are [x,y,s,r], and r is assumed constant.
You can see here: #91 (comment)

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