When I run the demo.py:
File "./tools/demo.py", line 11, in
from networks.factory import get_network
File "/home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/networks/init.py", line 8, in
from .VGGnet_train import VGGnet_train
File "/home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/networks/VGGnet_train.py", line 2, in
from networks.network import Network
File "/home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/networks/network.py", line 3, in
import roi_pooling_layer.roi_pooling_op as roi_pool_op
File "/home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/roi_pooling_layer/roi_pooling_op.py", line 5, in
_roi_pooling_module = tf.load_op_library(filename)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: /home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/roi_pooling_layer/roi_pooling.so: cannot open shared object file: No such file or directory
I just make in the lib, what should I do?
I have found a solution. After CUDA and cuDNN are installed and gcc upgrades 4.8.2, it works.
I also have teh same problem. Ask for help!