We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc66af commit 1865550Copy full SHA for 1865550
glomap/estimators/bundle_adjustment.h
@@ -19,7 +19,7 @@ struct BundleAdjusterOptions : public OptimizationBaseOptions {
19
20
bool use_gpu = true;
21
std::string gpu_index = "-1";
22
- int min_num_images_gpu_solver = 300;
+ int min_num_images_gpu_solver = 50;
23
24
// Constrain the minimum number of views per track
25
int min_num_view_per_track = 3;
glomap/estimators/global_positioning.h
@@ -31,7 +31,7 @@ struct GlobalPositionerOptions : public OptimizationBaseOptions {
31
32
33
34
- int min_num_images_gpu_solver = 1000;
35
36
37
0 commit comments