rohitgirdhar/AttentionalPoolingAction

Error when running any one of the python files

Closed this issue · 1 comments

The error displayed when I tried to evaluate the model:
tensorflow.python.framework.errors_impl.notfounderror: libopencv_ocl.so.2.4: cannot open shared object file: No such file or directory.

Does it mean I have to create the libopencv_ocl.so.2.4 file or need to modify some configuration file?

Seems like tensorflow can not find an OpenCV library. Please refer to TF build instructions to compile correctly with opencv.