Skip to content

Commit 1865550

Browse files
committed
keep the minimum_num to be consistent with COLMAP
1 parent edc66af commit 1865550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glomap/estimators/bundle_adjustment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct BundleAdjusterOptions : public OptimizationBaseOptions {
1919

2020
bool use_gpu = true;
2121
std::string gpu_index = "-1";
22-
int min_num_images_gpu_solver = 300;
22+
int min_num_images_gpu_solver = 50;
2323

2424
// Constrain the minimum number of views per track
2525
int min_num_view_per_track = 3;

glomap/estimators/global_positioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct GlobalPositionerOptions : public OptimizationBaseOptions {
3131

3232
bool use_gpu = true;
3333
std::string gpu_index = "-1";
34-
int min_num_images_gpu_solver = 1000;
34+
int min_num_images_gpu_solver = 50;
3535

3636
// Constrain the minimum number of views per track
3737
int min_num_view_per_track = 3;

0 commit comments

Comments
 (0)