-
Notifications
You must be signed in to change notification settings - Fork 33
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 illegal memory access #26
Comments
Sorry for the late reply, we now add docker support for easy usage, please try compiling with the docker environment. |
when I use run_docker.sh, I got a problem like
after 2 frames' success I reduce the frame number to 2 and also got the same problem
|
make sure you are not running out of GPU memory - try to reduce s_maxNumImages in zParametersBundlingDefault.txt |
When I run
cmake .. -DVISUALIZATION=OFF
andmake
, then runbundle_fusion_example, there are no errors, but no visualization.
Rebuild
cmake .. -DVISUALIZATION=ON
,make
and run bundle_fusion_example,an error occurs:
BundleFusion_Ubuntu_Pangolin/src/SiftGPU/SiftPyramid.cpp(387) : cudaSafeCall() Runtime API error 700: an illegal memory access was encountered.
How can I fix this?
The text was updated successfully, but these errors were encountered: