bostondiditeam / MV3D

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

[problem] roi_pooling.so: undefined symbol: _ZN10tensorflow #17

Closed adioshun closed 7 years ago

adioshun commented 7 years ago

hi all.

I successfully run the ./src/make.sh and ./src/data.py with multiple modifications :(

Now I am trying to execute the train.py. however, I got following error : "roi_pooling.so: undefined symbol: _ZN10tensorflow"

The roi_pooling.so is not a symbolic link, I copied it according the previous report.

Does anyone solve this problem?

Thanks in advanced.


my environment

adioshun commented 7 years ago

[solved] I googled the issue and download recommended so file from the Internet.

layssi commented 6 years ago

@adioshun . Where did you get the so file. I did the same but nothing worked.

layssi commented 6 years ago

Had to downgrade tensorflow down (from 1.4 to 1.1)