You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the model refinement program to process image data containing different widths and heights, the program fails。 To Reproduce
Steps to reproduce the behavior:
getDatas with different widths and heights
DensifyPointCloud
ReconstructMesh
./bin/RefineMesh --input-file data_path/scene_dense_mesh.mvs --max-face-area 16 --resolution-level 1 --decimate 0.5 --smooth 1 --max-threads 32 --cuda-device 0 --working-folder data_path/RefineMesh/ --output-file data_path Expected behavior
How to handle it so that RefineMesh goes normally
Screenshots
20:17:29 [App ] CUDA error at /home/xgz/openMVS-2.3.0/libs/Common/UtilCUDA.h:61: kernelImageMeshWarp(size, views[idxImageA].depthMap, views[idxImageB].depthMap, mask, CameraCUDA(cameraA, size), CameraCUDA(cameraB, size)) (CUDA_ERROR_ILLEGAL_ADDRESS (code 700) - an illegal memory access was encountered)
RefineMesh: /home/xgz/openMVS-2.3.0/libs/Common/UtilCUDA.h:65: CUresult SEACAVE::CUDA::__reportCudaError(CUresult, LPCSTR): Assertion `"CudaError" == __null' failed.
已中止
Desktop (please complete the following information):
OS: Ubuntu
Browser [e.g. chrome, safari]
Version 2.3.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the model refinement program to process image data containing different widths and heights, the program fails。
To Reproduce
Steps to reproduce the behavior:
Expected behavior
How to handle it so that RefineMesh goes normally
Screenshots
20:17:29 [App ] CUDA error at /home/xgz/openMVS-2.3.0/libs/Common/UtilCUDA.h:61: kernelImageMeshWarp(size, views[idxImageA].depthMap, views[idxImageB].depthMap, mask, CameraCUDA(cameraA, size), CameraCUDA(cameraB, size)) (CUDA_ERROR_ILLEGAL_ADDRESS (code 700) - an illegal memory access was encountered)
RefineMesh: /home/xgz/openMVS-2.3.0/libs/Common/UtilCUDA.h:65: CUresult SEACAVE::CUDA::__reportCudaError(CUresult, LPCSTR): Assertion `"CudaError" == __null' failed.
已中止
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: