-
-
Notifications
You must be signed in to change notification settings - Fork 19
Issue regarding merging cluster #4
Comments
It's due to large alignment errors. As you can see from the Graph Info, there are 9 noes but 0 edges. In this case, edges that own large weights are not added to the graph. You should check if the partial reconstructions are reconstructed correctly. Or you should enlarge the images for each cluster and increase the completeness ratio in graph clustering. Besides, |
but the file with "image_cluster.txt" is showing different information. |
Could you show me the complete log info from the beginning of sfm aligner? |
log info of sfm aligner : I1022 18:21:44.613605 15435 sfm_aligner.cpp:384] [1]: 7 - 7 I1022 18:21:45.022279 15435 sfm_aligner.cpp:384] [1]: 12 - 12 I1022 18:21:45.066516 15435 sfm_aligner.cpp:384] [1]: 24 - 24 I1022 18:21:45.411800 15435 sfm_aligner.cpp:384] [1]: 22 - 22 I1022 18:21:45.767062 15435 sfm_aligner.cpp:384] [1]: 24 - 24 #2 [Graph Info] file Graph : I1022 18:21:45.768982 15435 sfm_aligner.cpp:291] Merge the 1-th layer leaf nodes Segmentation fault (core dumped) total no of clusters are 4 nos: output of cluster_0 "image_cluster.txt" file is |
Well, as you can see from the log, there are 4 nodes while no edges are reserved. Consider this, you may notice that the mean reprojection errors are all above |
Thanks for the explanation. |
When all the nodes degrees are zero, the sfm_aligner::computePath is giving segmentation error ?
I1021 17:25:22.987895 15644 sfm_aligner.cpp:243] Constructing Minimum Spanning Tree
I1021 17:25:22.987913 15644 sfm_aligner.cpp:245] Construct Minimum Spanning Tree complete
[Graph Info]
Total nodes: 9
Total edges: 0
[Node]:
0 1 2 3 4 5 6 7 8
[Edge]:
I1021 17:25:22.989061 15644 sfm_aligner.cpp:286] Merge the 1-th layer leaf nodes
I1021 17:25:22.989076 15644 sfm_aligner.cpp:292] node: 5, degree: 0
I1021 17:25:22.989084 15644 sfm_aligner.cpp:292] node: 4, degree: 0
I1021 17:25:22.989092 15644 sfm_aligner.cpp:292] node: 3, degree: 0
I1021 17:25:22.989099 15644 sfm_aligner.cpp:292] node: 7, degree: 0
I1021 17:25:22.989107 15644 sfm_aligner.cpp:292] node: 0, degree: 0
I1021 17:25:22.989115 15644 sfm_aligner.cpp:292] node: 8, degree: 0
I1021 17:25:22.989122 15644 sfm_aligner.cpp:292] node: 1, degree: 0
I1021 17:25:22.989130 15644 sfm_aligner.cpp:292] node: 6, degree: 0
I1021 17:25:22.989137 15644 sfm_aligner.cpp:292] node: 2, degree: 0
I1021 17:25:22.989147 15644 sfm_aligner.cpp:549] Computing Path: 1->0
I1021 17:25:22.989174 15644 sfm_aligner.cpp:558] v: 1
Segmentation fault (core dumped)
But image_cluster.txt is showing different graph information with non-zero edges
The text was updated successfully, but these errors were encountered: