
Hello, royshil, I completely run out of your program, but during the running process, the cmd interface prompts me, "Bundle adjustment failed", I have found the source of this sentence, in the file SfMBundleAdjustmentUtils.cpp, Lines 182-185, as follows
if (not (summary.termination_type == ceres::CONVERGENCE)) {
cerr << "Bundle adjustment failed." << endl;
return;
}
Does this situation mean that the program has an error? How should I solve it?
Hello, royshil, I completely run out of your program, but during the running process, the cmd interface prompts me, "Bundle adjustment failed", I have found the source of this sentence, in the file SfMBundleAdjustmentUtils.cpp, Lines 182-185, as follows
if (not (summary.termination_type == ceres::CONVERGENCE)) {
cerr << "Bundle adjustment failed." << endl;
return;
}
Does this situation mean that the program has an error? How should I solve it?