tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

run setup.py #78

Open 12lvxiaofeng12 opened 2 years ago

12lvxiaofeng12 commented 2 years ago

ValueError: './utils/box_overlaps.pyx' doesn't match any files could somenone answer this question?

Gauravmak27 commented 2 years ago

if you run ( python setup.py build_ext --inplace ) beforehand, and gcc and scipy lib versions matches, it should not have a problem.

12lvxiaofeng12 commented 2 years ago

if you run ( python setup.py build_ext --inplace ) beforehand, and gcc and scipy lib versions matches, it should not have a problem. could you tell me the scipy lib version,to be honest,i had modify the file of crop.py,because the scipy lib version is not correct,thank you very much!

如果您事先运行 ( python setup.py build_ext --inplace ),并且 gcc 和 scipy lib 版本匹配,则应该没有问题。