martinruenz / maskfusion

MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects
http://visual.cs.ucl.ac.uk/pubs/maskfusion/index.html
Other
569 stars 146 forks source link

How to solve `segmentation fault (core dumped)` #15

Open punnpkin opened 5 years ago

punnpkin commented 5 years ago

segmentation fault (core dumped)

Snipaste_2019-07-05_16-35-59.png

Have anyone meet this problem before?

zxprog commented 5 years ago

hello pumpkin @punnpkin

1171257311 commented 4 years ago

i also encounter this problem.

1171257311 commented 4 years ago

这个问题我用了一个很奇怪的方法解决了。 使用cuda9.0+tf-gpu=1.9.0+keras2.1.4,但是cuda9我在编译的时候会出问题(出现undefined reference to __cudapopcallconfiguration',但是使用cuda10编译没有问题),因此我使用cuda10编译,之后运行再换回来cuda9,就可以正常运行了.

1171257311 commented 4 years ago

另外之前使用anaconda但是不行,这个环境是在virtualenv下配置的

bloo-cp commented 3 years ago

I have this problem too,could anyone share how to solve this?

bloo-cp commented 3 years ago

我的问题是在编译boost等库和maskfusion的时候所用的g++版本不一样,我用g++5.5重新编译就ok了

HelloTaeyeon commented 1 year ago

作者的build.sh里面不是用的gcc4.9吗,请问是全部替换成5.5可以编译成功吗