Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA ERROR: CUDA_ERROR_ILLEGAL_ADDRESS at kernelImageMeshWarp(size, views[idxImageA].depthMap, views[idxImageB].depthMap, mask, CameraCUDA(cameraA, size), CameraCUDA(cameraB, size)) #1149

Open
asahdjh opened this issue Jun 11, 2024 · 0 comments

Comments

@asahdjh
Copy link

asahdjh commented Jun 11, 2024

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:

  1. getDatas with different widths and heights
  2. DensifyPointCloud
  3. ReconstructMesh
  4. ./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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant