mihaibujanca / dynamicfusion

Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
BSD 3-Clause "New" or "Revised" License
394 stars 105 forks source link

Segment error (core dumped) #72

Open chenwwayne opened 5 years ago

chenwwayne commented 5 years ago

Hello mihai, when I ran dynamicfusion, a frame of image window appeared, but it soon disappeared and an error was reported: "a segment error ( core dumped)". May I ask what the problem is?

ps. I use UBUNTU 16.04, GTX950 driver is NVIDIA-Linux-x86_64-375.26; CUDA: 8.0.44.

hubeihubei commented 5 years ago

hello, I also meet the same error,do you fix it ?

chenwwayne commented 5 years ago

hello, I also meet the same error,do you fix it ?

No,I focused on other projects now.

hubeihubei commented 5 years ago

May I ask you which version of opencv you use, 3.x or 2.x ? thank you

chenwwayne commented 5 years ago

May I ask you which version of opencv you use, 3.x or 2.x ? thank you

opencv 2.*

nicolashei1201 commented 3 years ago

Maybe you should change the cuda Nvcc flag in Cmake txt to “sm50” and comment out viz.spinOnce in demo.cpp