-
Notifications
You must be signed in to change notification settings - Fork 2k
automatic_reconstructor fails with "WARNING: Could not fuse any points." #236
Copy link
Copy link
Closed
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels