openMVS
openMVS copied to clipboard
DensifyPointCloud after InterfaceCOLMAP error with release v2.0
Describe the bug
The pipeline from InterfaceCOLMAP to TextureMesh is good with the previous release v1.1.1. However, when I changed to the new release v2.0, 23:35:28 [App ] CUDA error: invalid argument (code 1)
occurred when DensifyPointCloud.
To Reproduce Steps to reproduce the behavior:
- Download the COLMAP files
- Use the pipeline from InterfaceCOLMAP to TextureMesh with v2.0 and v1.1.1.
Desktop
- OS: Ubuntu18.04
the link does not work, pls update
Describe the bug
Same error in version 2.0. I use colmap for SfM. Then use InterfaceCOLMAP and DensifyPointCloud. I have determined the location where the error occurred.
When extracting the depth-map using Patch-Match, if the image size changed because of the scale, the error occurred. If the image size changed, we need to destroy the previous array and texture and create the new ones. Finally the bug occurred when we create the new texture.
Environment OS: win11 CUDA: 11.4
please provide a minimum sample scene and command line that replicates the bug