cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.3k stars 905 forks source link

Questions about DensifyPointCloud #964

Open Yuanzaizhichi508 opened 1 year ago

Yuanzaizhichi508 commented 1 year ago

I used DensifyPointCloud to reconstruct the data from colmap, but an error occurred. What is the reason? 17:33:29 [App ] Build date: Mar 14 2023, 09:28:26 17:33:29 [App ] CPU: 12th Gen Intel(R) Core(TM) i9-12900H (20 cores) 17:33:29 [App ] RAM: 15.36GB Physical Memory 2.00GB Virtual Memory 17:33:29 [App ] OS: Linux 5.4.0-146-generic (x86_64) 17:33:29 [App ] Disk: 17:33:29 [App ] SSE & AVX compatible CPU & OS detected 17:33:29 [App ] Command line: DensifyPointCloud scence.mvs --cuda-device -2 17:33:29 [App ] Camera model loaded: platform 0; camera 0; f 0.761x0.761; poses 20 17:33:29 [App ] Scene loaded from interface format (12ms): 20 images (20 calibrated) with a total of 17.58 MPixels (0.88 MPixels/image) 5501 points, 0 vertices, 0 faces 17:33:29 [App ] The camera directions mean is unbalanced; the scene will be considered unbounded (no ROI) 17:33:29 [App ] Point-cloud composed of 5501 points with:

navitohighbury commented 6 months ago

HI! I also meet the same question. Do you know how to deal with it now? Thanks!