Luedeke
Luedeke
Hello @niwanli @YantianZha , Got the same Errors -> 1. installed Cuda 9.0 (Tensorflow requires 9.0!) https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal 1.1 Add with nano ~/.bashrc the following line: export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}} 2. then install...
@yuzw213 I'm sorry, but then I can't help you either.
@Abdul-Mukit Thats correct, for nanoflann eigen pangolin etc. you have to do: mkdir build cd build cmake .. make sudo make install or something similar, should be in the specific...
@Abdul-Mukit Thanks, I didn't get that. But it wasn't necessary for me either. Could you explain how they "installed" Boost? Does Boost have to be in a certain directory? Could...
@Abdul-Mukit thank you. About: "To give you the above error already at compile time instead of runtime add following to the compile command: -Wl,-z,defs". I didnt need that it is...
@Abdul-Mukit If you have installed Pangolin before Eigen you have to install Pangolin again. (since it will be pointing at the old eigen which has the cuda bug mentioned here:...
@YongLD wget https://bitbucket.org/eigen/eigen/get/3.3.0.zip Install it with: cd eigen mkdir build && cd build cmake .. make sudo make install
I fixed this Problem with: sudo apt-get install libopencv-dev But is there another solution for virtualenv with pip ?
@yuzw213 Im using: cuda 9.0 cuddn 7.0 tensorflow-gpu (from source!!!!) r1.8 and of course Python 2.7. Cuda 9.0 (Tensorflow requires 9.0!) https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal Installation Instructions: `sudo dpkg -i cuda-repo-ubuntu1604-9-0-local_9.0.176-1_amd64.deb` `sudo apt-key...
@yuzw213 Yes there are requiremeints: Required environment Ubuntu 16.04 Tensorflow >= 1.2.0 CUDA >= 8.0 from here: https://github.com/yuxng/PoseCNN I would recomment you to use, tensorflow 1.8, with this installation steps:...