mp3guy / Kintinuous

Real-time large scale dense visual SLAM system
Other
914 stars 287 forks source link

Error: invalid device function ../src/frontend/cuda/tsdf_volume.cu:477 #42

Open Tejesh-Raut opened 6 years ago

Tejesh-Raut commented 6 years ago

I am getting this error while running ./Kintinuous on a sample kgl file. The line 477 of tsdf_volume.cu is: cudaSafeCall ( cudaGetLastError () );

Here are my system details: Ubuntu 16.04 Graphics: GeForce 820M/PCIe/SSE2 nvidia-390 installed and updated to latest version cuda version installed: 8.0

Any help would be appreciated.

nonlinear1 commented 6 years ago

what is the version of the OpenCV in your system? and the verison of the DLib?

Tejesh-Raut commented 6 years ago

OpenCV version: 2.4.9 I have installled DLib from https://github.com/dorian3d/DLib as mentioned in build.sh file

tanajikamble13 commented 4 years ago

@Tejesh-Raut Hi, by chance have you solved this issue, I am also struggling with it.