Closed CCOSerika closed 2 years ago
Can you please report the output of the reconstruction step in verbose mode?
refined, sfm_outputs = sfm.reconstruction(..., verbose=True)
The output is as follows.
[2022/09/20 16:40:02 hloc INFO] Performing geometric verification of the matches...
==============================================================================
Custom feature matching
==============================================================================
Matching block [1/1] in 0.831s
Elapsed time: 0.014 [minutes]
[2022/09/20 16:40:03 hloc INFO] Running 3D reconstruction...
==============================================================================
Loading database
==============================================================================
Loading cameras... 10 in 0.000s
Loading matches... 45 in 0.000s
Loading images... 10 in 0.001s (connected 10)
Building correspondence graph... in 0.003s (ignored 0)
Elapsed time: 0.000 [minutes]
==============================================================================
Finding good initial image pair
==============================================================================
==============================================================================
Initializing with image pair #9 and #8
==============================================================================
==============================================================================
Global bundle adjustment
==============================================================================
Aborted (core dumped)
I run it successfully on the other computer. Maybe the inconsistent versions of dependencies caused this issue. Thanx a lot for ur work.
Hi, author. I met the issue when testing the demo.ipynb. The complete info is as follows.
I checked the code and found the issue lies in pycolmap.incremental_mapping. Any ideas to solve it?
ubuntu18.04 cuda11.1 python3.8 torch1.8.1+cu111 torchvision0.9.1+cu111 colmap and pycolmap are all installed from source.