Skip to content

Commit

Permalink
[SymForce] Lower BAL filter threshold
Browse files Browse the repository at this point in the history
See #390 (comment)

Topic: sf-update-bal-threshold
Reviewers: brad,nathan,ryan-b
GitOrigin-RevId: 1388d762b232951332577d7a9f0a0ab59a0f8c08
  • Loading branch information
aaron-skydio committed May 15, 2024
1 parent 0381a71 commit 04ccac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Eigen::Vector3d CalculateMedianPosition(const sym::Valuesd& values, int num_came
* See https://github.com/symforce-org/symforce/issues/387
*/
void FilterCameraOutliers(std::vector<sym::Factord>& factors, sym::Valuesd& values,
int& num_cameras, double threshold = 100.0) {
int& num_cameras, double threshold = 10.0) {
std::vector<sym::Pose3d> camera_poses;
std::vector<sym::Factord> filtered_factors;

Expand Down

0 comments on commit 04ccac1

Please sign in to comment.