-
Notifications
You must be signed in to change notification settings - Fork 58
Remove measurement dimension hack in KF #1195
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
de83b80 to
acdfaa1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Before acts-project#1187 was merged, we were unable to properly determine the dimensionality of measurements in the Kálmán filter. This necessitated a hack which can now be removed.
acdfaa1 to
286038a
Compare
|
Physics performance summaryHere is a summary of the physics performance effects of this PR. Command used: Seeding performanceTotal number of seeds went from 298345 to 298345 (+0.0%) Track finding performanceTotal number of found tracks went from 50178 to 48228 (-3.9%) Track fitting performanceSeeding to track finding relative performanceTrack finding to track fitting relative performanceNote This is an automated message produced on the explicit request of a human being. |
Performance summaryHere is a summary of the performance effects of this PR: GraphicalTabular
Important All metrics in this report are given as reciprocal throughput, not as wallclock runtime. Note This is an automated message produced upon the explicit request of a human being. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getter::element(H, 1u, 1u) = 0.f; | ||
| if (dim == 1) { | ||
| // TODO: Fully understand the consequences of this. | ||
| assert(getter::element(H, 1u, 0u) == 0.f); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the subspace for line surfaces is not correct and these need to be set explicitly ?











































Before #1187 was merged, we were unable to properly determine the dimensionality of measurements in the Kálmán filter. This necessitated a hack which can now be removed.