From 9a1cc84915b5a1646d01e369b1c1bb7b4e3d776a Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 4 Jul 2017 11:27:32 +0200 Subject: [PATCH] Information about symbolic link for numpy --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9e6f948..ce87d78 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,16 @@ DA-RNN consists a reccurent neural network for semantic labeling on RGB-D videos python setup.py build_ext --inplace ``` + You may need to add a symbolic link to your numpy installation from within + + e.g.: + ```Shell + cd /usr/local/include + ln -s /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy numpy + ``` + + Note that the path may change according to your installation. + 5. Add the KinectFusion libary path ```Shell export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOT/lib/kinect_fusion/build