bostondiditeam / MV3D

Multi-View 3D Object Detection Network for Autonomous Driving
480 stars 181 forks source link

error for running train.py #15

Closed lihua213 closed 7 years ago

lihua213 commented 7 years ago

tensorflow.python.framework.errors_impl.NotFoundError: /home/lihua/MV3D/MV3D/src/net/roipooling_op/roi_pooling.so: cannot open shared object file: No such file or directory. I think this matter due to the input to tensorflow. Please help me solve the problem. my email is wenlihuawlh@gmail.com. thanks so much.

junwenchen commented 7 years ago

@lihua213 the "ln -s" in make.sh does not work. you can change the root to /net/lib/roi_pooling_layer/roi_pooling.so It works out.

deepmeng commented 7 years ago

最简单的方法 把那个动态库复制到 net/roipooling_op/roi_pooling.so

deepmeng commented 7 years ago

@lihua213 sorry , I have not meet this error.