Skip to content

Commit 04ccac1

Browse files
committed
[SymForce] Lower BAL filter threshold
See #390 (comment) Topic: sf-update-bal-threshold Reviewers: brad,nathan,ryan-b GitOrigin-RevId: 1388d762b232951332577d7a9f0a0ab59a0f8c08
1 parent 0381a71 commit 04ccac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symforce/examples/bundle_adjustment_in_the_large/bundle_adjustment_in_the_large.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Eigen::Vector3d CalculateMedianPosition(const sym::Valuesd& values, int num_came
4343
* See https://github.com/symforce-org/symforce/issues/387
4444
*/
4545
void FilterCameraOutliers(std::vector<sym::Factord>& factors, sym::Valuesd& values,
46-
int& num_cameras, double threshold = 100.0) {
46+
int& num_cameras, double threshold = 10.0) {
4747
std::vector<sym::Pose3d> camera_poses;
4848
std::vector<sym::Factord> filtered_factors;
4949

0 commit comments

Comments
 (0)