Skip to content

Bundle adjustment failed." #46

@yangninghua

Description

@yangninghua

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions