json87 / SphereSfM

SfM for sphere images in the ERP format within the framework of ColMap
BSD 3-Clause "New" or "Revised" License
119 stars 17 forks source link

Can't use for dense reconstruction #25

Open koby0804 opened 2 weeks ago

koby0804 commented 2 weeks ago

Describe the bug When trying dense reconstruction, press "fusion" leads to a empty file "fused.ply" with 0 point clouds inside, then press "poisson" leads to app crash!

To Reproduce Steps to reproduce the behavior:

  1. Go to 'dense reconstruction'
  2. Click on 'fusion'
  3. The log shows '0 points', and the result file show no point clouds inside
  4. Click on 'Poisson' or "Delaunay"
  5. The whole app crash!!!

Environment:

FengyuGuo commented 1 week ago

Dense stereo for sphere image is not implemented.

Alternatively you can see this repo

https://github.com/FengyuGuo/SphereSfm_MVS_converter

This tool will convert the sphere image to perspective image than common colmap MVS pipeline could be runned.

json87 commented 1 week ago

@FengyuGuo nice work.

json87 commented 1 week ago

@koby0804 I would add the function to convert sphere images to perspective images.