Replies: 2 comments 1 reply
-
So looking at the data and your measurement model parameters, it looks to me like the noise value you have is too large. The data is much more distributed on x-axis (from about +15 to +40) vs y- and z- (-5 to +5), so this may be why it appears to be behaving better on x-axis. Try reducing the noise on the measurement model, in particular y- and z-, hopefully with some insight from your sensor. Also, the KnownTurnRate you have zero noise, which isn't ideal. Setting this to |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply, I tried implementing your feedback and am getting slightly better results. However, it affects the number of tracks quite a bit. The tracker now creates more sporadic tracks than before, almost double |
Beta Was this translation helpful? Give feedback.
-
I have this implementation of the UKF-JPDAF to track objects defined by their 3D coordinates. My filter performs great in the x-direction, which I represent using the constant velocity model, but it keeps diverging in the y- and z-directions which I represent with the constant turn rate model. I am a bit at a loss as to why.
The filter is supposed to track everything and then identify the load based on some defined conditions and export to a CSV file. In the detections that I provide, everything should be static which makes it even more unusual for it to be diverging in the y and z direction. I am not using the randomwalk model because my implementation should work for scenarios when objects are moving and when they are not. Any assistance will be helpful, it is the last step for me to complete my thesis and I am a bit at a loss.
The script:
soup_solution_CTR.txt
The log_file:
s1_Test1.csv
The output:
5_track_s1_Test1_target.xlsx
Beta Was this translation helpful? Give feedback.
All reactions