We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdd0daf + 187867f commit cc51c2fCopy full SHA for cc51c2f
1 file changed
opensfm/src/sfm/src/ba_helpers.cc
@@ -208,12 +208,6 @@ py::tuple BAHelpers::BundleLocal(
208
209
// only add averaged rig position constraints to moving instances
210
if (!fix_instance && gps_count > 0) {
211
- LOG(INFO) << "bundle_use_gps: " << config["bundle_use_gps"].cast<bool>()
212
- << ", adding average GPS prior to rig instance "
213
- << rig_instance_id << ", count: " << gps_count
214
- << ", avg pos: " << average_position.transpose()
215
- << ", avg std: " << average_std
216
- << ", scale group: " << gps_scale_group;
217
average_position /= gps_count;
218
average_std /= gps_count;
219
ba.AddRigInstancePositionPrior(rig_instance_id, average_position,
0 commit comments