Skip to content

automatic_reconstructor fails with "WARNING: Could not fuse any points." #236

@10110111

Description

@10110111

I'm new to SfM in general and to colmap in particular. I'm trying to reconstruct a model from two images (download). To get at least some results I was trying to use automatic_reconstructor so as to at least see what is possible with colmap. But for some reason it fails. Here's my command line:

automatic_reconstructor --workspace_path ~/sfm/workspace/ \
  --image_path ~/sfm/src-images/ --quality medium

Full output can be seen here. What concerns me is this part:

Fusing image [1/2] in 0.112s (0 points)
Fusing image [2/2] in 0.136s (0 points)
WARNING: Could not fuse any points. This is likely caused by incorrect settings - filtering must be enabled for the last call to patch match stereo.
Number of fused points: 0

I'm not sure what filtering should be enabled and where. It seems filtering for PatchMatch is already enabled (although I'm not really sure what these numbers do, but they are the defaults):

PatchMatch::Options
-------------------
...
filter: 1
filter_min_ncc: 0.1
filter_min_triangulation_angle: 3
filter_min_num_consistent: 2
filter_geom_consistency_max_cost: 1

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions