SphereSfM icon indicating copy to clipboard operation
SphereSfM copied to clipboard

Can't use for dense reconstruction

Open koby0804 opened this issue 1 year ago • 5 comments

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:

koby0804 avatar Oct 29 '24 09:10 koby0804

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.

FengyuGuo avatar Nov 04 '24 04:11 FengyuGuo

@FengyuGuo nice work.

json87 avatar Nov 04 '24 09:11 json87

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

json87 avatar Nov 04 '24 09:11 json87

Hi, all. I have added the cubic convertion tool in this repo, which can generate cubic images from SfM recontruction.

json87 avatar Jan 27 '25 04:01 json87

Hi, all. I have added the cubic convertion tool in this repo, which can generate cubic images from SfM recontruction.

Still crash when fusion meshing…… The log shows config errors when stereo processing. btw, Could U add the cubic convention tool to the GUI?

koby0804 avatar Feb 17 '25 07:02 koby0804