votenet icon indicating copy to clipboard operation
votenet copied to clipboard

Dataset has not been prepared. Use a random sample. Segmentation fault (core dumped)

Open zhuMingXu opened this issue 5 years ago • 2 comments

when i run python models/votenet.py Show: Dataset has not been prepared. Use a random sample. Segmentation fault (core dumped)

why? thanks!

zhuMingXu avatar Nov 13 '19 11:11 zhuMingXu

it' s caused by gcc version required in pointnet2, just update your gcc above 4.9 ,that would be fixed. note: before compiling the pointnet2, clean the stuffs generated during last compiling, or re-unzip the votenet

MichaleWong avatar Dec 20 '19 08:12 MichaleWong

You can change your gcc and g++ version, I suggest -> gcc 4.9 and g++ 4.9 Then move to the pointnet2 folder and run python setup.py install . Finally, run python demo.py

twzoechen avatar Jul 15 '20 01:07 twzoechen