tensorflow-object-detection-cpp
tensorflow-object-detection-cpp copied to clipboard
error: unsupported/Eigen/CXX11/Tensor: No such file or directory
Hi, when I run this,I met this problem.
/usr/local/include/tf/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1: error: unsupported/Eigen/CXX11/Tensor: No such file or directory
How should i solve this?
You copy the folder "Eigen" and "unsupported"in site-packages (may be dist-packages) of python that you build to /usr/local/include/tf
I have installed TensorFlow for python3, but neither in site-packages or dist-packages of that python3 has no folder with the name "Eigen" and "unsupported". I installed whl file with pip3 and pip3 show tensorflow directes to /.local/lib/python3.5/site-packages , however thereis no such file. Can you help me please ?