Can't use for dense reconstruction
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:
- Go to 'dense reconstruction'
- Click on 'fusion'
- The log shows '0 points', and the result file show no point clouds inside
- Click on 'Poisson' or "Delaunay"
- The whole app crash!!!
Environment:
- OS: Windows 10
- SphereSfM
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 nice work.
@koby0804 I would add the function to convert sphere images to perspective images.
Hi, all. I have added the cubic convertion tool in this repo, which can generate cubic images from SfM recontruction.
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?