-
Notifications
You must be signed in to change notification settings - Fork 795
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
Updates to City10000 Example #2010
base: develop
Are you sure you want to change the base?
Conversation
7fa00cf
to
65ef061
Compare
@@ -222,6 +222,8 @@ namespace gtsam { | |||
// sum out frontals, this is the factor on the separator | |||
gttic(sum); | |||
DiscreteFactor::shared_ptr sum = product->sum(frontalKeys); | |||
// Normalize/scale to prevent underflow. |
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.
Ok, this is now wrong again, right?
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.
Yes, give me a minute.
examples/Hybrid_City10000.cpp
Outdated
|
||
auto f0 = std::make_shared<BetweenFactor<Pose2>>( | ||
X(key_s), X(key_t), measurement, | ||
noiseModel::Diagonal::Sigmas(Vector3::Ones() * 10)); |
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.
@dellaert this was the change. I updated it from 100 to 10.
12ecaa5
to
d0f30d3
Compare
Improved script for inference on the City10000 dataset.