Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 9b54bf9

Browse files
committed
f
1 parent 966f7b3 commit 9b54bf9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

glomap/controllers/global_mapper.cc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ bool GlobalMapper::Solve(const colmap::Database& database,
170170

171171
// Normalize the structure
172172
// If the camera rig is used, the structure do not need to be normalized
173-
NormalizeReconstruction(
174-
rigs, cameras, frames, images, tracks);
173+
NormalizeReconstruction(rigs, cameras, frames, images, tracks);
175174

176175
run_timer.PrintSeconds();
177176
}
@@ -216,8 +215,7 @@ bool GlobalMapper::Solve(const colmap::Database& database,
216215
run_timer.PrintSeconds();
217216

218217
// Normalize the structure
219-
NormalizeReconstruction(
220-
rigs, cameras, frames, images, tracks);
218+
NormalizeReconstruction(rigs, cameras, frames, images, tracks);
221219

222220
// 6.3. Filter tracks based on the estimation
223221
// For the filtering, in each round, the criteria for outlier is
@@ -308,8 +306,7 @@ bool GlobalMapper::Solve(const colmap::Database& database,
308306
}
309307

310308
// Normalize the structure
311-
NormalizeReconstruction(
312-
rigs, cameras, frames, images, tracks);
309+
NormalizeReconstruction(rigs, cameras, frames, images, tracks);
313310

314311
// Filter tracks based on the estimation
315312
UndistortImages(cameras, images, true);

glomap/exe/rotation_averager.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ int RunRotationAverager(int argc, char** argv) {
6767

6868
ReadRelPose(relpose_path, images, view_graph);
6969

70-
// TODO: initialize the null frame for the images
7170
std::unordered_map<rig_t, Rig> rigs;
7271
std::unordered_map<camera_t, Camera> cameras;
7372
std::unordered_map<frame_t, Frame> frames;

0 commit comments

Comments
 (0)