Need help with install Pytorch on TX1

Hi,
I am following this link https://github.com/andrewadare/jetson-tx2-pytorch to install Pytorch on my TX1

I got error describe below. Please let me know how to fix this. I don’t have much experience with Linux and I am trying to follow fast AI class.

Thanks in advance.

================================

I installed cmake 3.13.4
I installed python 3.7 (including Python2.7/Python3/Python3.5/Python3.7)

I am trying to install openCV 3.1.0 for Python 3.7 following the section OpenCV in the first link which reference to this link https://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
but I got below error:

Note: I ssh into TX1 from another PC

ubuntu@tegra-ubuntu:/mnt/data/Software/opencv-3.1.0/build$ sudo cmake -D ENABLE_PRECOMPILED_HEADERS=OFF \ -D WITH_OPENCL=OFF \ -D WITH_CUDA=OFF \ -D WITH_CUFFT=OFF \ -D WITH_CUBLAS=OFF \ -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local/bin \ -D INSTALL_PYTHON_EXAMPLES=OFF \ -D javascript:void(0);INSTALL_C_EXAMPLES=OFF \ -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-3.1.0/modules \ -D PYTHON_EXECUTABLE= /usr/bin/pyhon3.7 \ -D BUILD_EXAMPLES=OFF ..
CMake Deprecation Warning at CMakeLists.txt:72 (cmake_policy):
  The OLD behavior for policy CMP0022 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:77 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:82 (cmake_policy):
  The OLD behavior for policy CMP0042 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Detected version of GNU GCC: 54 (504)
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3") 
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.8") 
-- Checking for module 'libdc1394-2'
--   No package 'libdc1394-2' found
-- Checking for module 'libdc1394'
--   No package 'libdc1394' found
-- Looking for linux/videodev.h
-- Looking for linux/videodev.h - not found
-- Looking for linux/videodev2.h
-- Looking for linux/videodev2.h - found
-- Looking for sys/videoio.h
-- Looking for sys/videoio.h - not found
-- Checking for module 'libavresample'
--   No package 'libavresample' found
-- Looking for libavformat/avformat.h
-- Looking for libavformat/avformat.h - found
-- Looking for ffmpeg/avformat.h
-- Looking for ffmpeg/avformat.h - not found
-- Checking for module 'libgphoto2'
--   No package 'libgphoto2' found
-- CUDA detected: 9.0
-- CUDA NVCC target flags: -gencode;arch=compute_53,code=sm_53
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
-- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "2.7" (found /home/ubuntu/.virtualenvs/cv/bin/pyhon)
-- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "2.6" (found /home/ubuntu/.virtualenvs/cv/bin/pyhon)
-- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "3.4" (found /home/ubuntu/.virtualenvs/cv/bin/pyhon)
-- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "3.2" (found /home/ubuntu/.virtualenvs/cv/bin/pyhon)
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN) 
-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
-- Caffe:   NO
-- Protobuf:   YES
-- Glog:   NO
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) (found version "")
-- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
-- Tesseract:   NO
CMake Warning at /usr/local/share/cmake-3.13/Modules/FindProtobuf.cmake:495 (message):
  Protobuf compiler version doesn't match library version 2.6.1
Call Stack (most recent call first):
  /mnt/data/Software/opencv_contrib-3.1.0/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake:4 (find_package)
  /mnt/data/Software/opencv_contrib-3.1.0/modules/dnn/CMakeLists.txt:17 (include)


-- Build libprotobuf from sources:
--     The protocol buffer compiler not found
-- Tesseract:   NO
-- 
-- General configuration for OpenCV 3.1.0 =====================================
--   Version control:               unknown
-- 
--   Platform:
--     Host:                        Linux 4.4.38-tegra aarch64
--     CMake:                       3.13.4
--     CMake generator:             Unix Makefiles
--     CMake build tool:            /usr/bin/make
--     Configuration:               RELEASE
-- 
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++ Compiler:                /usr/bin/c++  (ver 5.4.0)
--     C++ flags (Release):         -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
--     C++ flags (Debug):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
--     C Compiler:                  /usr/bin/cc
--     C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG  -DNDEBUG
--     C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
--     Linker flags (Release):
--     Linker flags (Debug):
--     Precompiled headers:         NO
--     Extra dependencies:          /usr/lib/aarch64-linux-gnu/libpng.so /usr/lib/aarch64-linux-gnu/libz.so /usr/lib/aarch64-linux-gnu/libtiff.so /usr/lib/aarch64-linux-gnu/libjasper.so /usr/lib/aarch64-linux-gnu/libjpeg.so gtk-3 gdk-3 pangocairo-1.0 pango-1.0 atk-1.0 cairo-gobject cairo gdk_pixbuf-2.0 gio-2.0 gthread-2.0 gstvideo-1.0 gstapp-1.0 gstbase-1.0 gstriff-1.0 gstpbutils-1.0 gstreamer-1.0 gobject-2.0 glib-2.0 v4l1 v4l2 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg dl m pthread rt cudart nppc CUDA_nppi_LIBRARY-NOTFOUND npps cufft -L/usr/local/cuda/lib64
--     3rdparty dependencies:       libwebp IlmImf libprotobuf
-- 
--   OpenCV modules:
--     To be built:                 cudev core cudaarithm flann imgproc ml reg surface_matching video cudabgsegm cudafilters cudaimgproc cudawarping dnn fuzzy imgcodecs photo shape videoio cudacodec highgui objdetect plot ts xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo datasets rgbd stereo structured_light superres tracking videostab xfeatures2d ximgproc aruco optflow stitching
--     Disabled:                    world contrib_world
--     Disabled by dependency:      -
--     Unavailable:                 java python2 python3 viz cvv hdf matlab sfm
-- 
--   GUI: 
--     QT:                          NO
--     GTK+ 3.x:                    YES (ver 3.18.9)
--     GThread :                    YES (ver 2.48.2)
--     GtkGlExt:                    NO
--     OpenGL support:              NO
--     VTK support:                 NO
-- 
--   Media I/O: 
--     ZLib:                        /usr/lib/aarch64-linux-gnu/libz.so (ver 1.2.8)
--     JPEG:                        /usr/lib/aarch64-linux-gnu/libjpeg.so (ver )
--     WEBP:                        build (ver 0.3.1)
--     PNG:                         /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.2.54)
--     TIFF:                        /usr/lib/aarch64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
--     JPEG 2000:                   /usr/lib/aarch64-linux-gnu/libjasper.so (ver 1.900.1)
--     OpenEXR:                     build (ver 1.7.1)
--     GDAL:                        NO
-- 
--   Video I/O:
--     DC1394 1.x:                  NO
--     DC1394 2.x:                  NO
--     FFMPEG:                      YES
--       codec:                     YES (ver 56.60.100)
--       format:                    YES (ver 56.40.101)
--       util:                      YES (ver 54.31.100)
--       swscale:                   YES (ver 3.1.101)
--       resample:                  NO
--       gentoo-style:              YES
--     GStreamer:                   
--       base:                      YES (ver 1.8.3)
--       video:                     YES (ver 1.8.3)
--       app:                       YES (ver 1.8.3)
--       riff:                      YES (ver 1.8.3)
--       pbutils:                   YES (ver 1.8.3)
--     OpenNI:                      NO
--     OpenNI PrimeSensor Modules:  NO
--     OpenNI2:                     NO
--     PvAPI:                       NO
--     GigEVisionSDK:               NO
--     UniCap:                      NO
--     UniCap ucil:                 NO
--     V4L/V4L2:                    Using libv4l1 (ver 1.10.0) / libv4l2 (ver 1.10.0)
--     XIMEA:                       NO
--     Xine:                        NO
--     gPhoto2:                     NO
-- 
--   Parallel framework:            pthreads
-- 
--   Other third-party libraries:
--     Use IPP:                     NO
--     Use VA:                      NO
--     Use Intel VA-API/OpenCL:     NO
--     Use Eigen:                   YES (ver 3.2.92)
--     Use Cuda:                    YES (ver 9.0)
--     Use OpenCL:                  YES
--     Use custom HAL:              NO
-- 
--   NVIDIA CUDA
--     Use CUFFT:                   YES
--     Use CUBLAS:                  NO
--     USE NVCUVID:                 NO
--     NVIDIA GPU arch:             53
--     NVIDIA PTX archs:
--     Use fast math:               NO
-- 
--   OpenCL:
--     Version:                     dynamic
--     Include path:                /mnt/data/Software/opencv-3.1.0/3rdparty/include/opencl/1.2
--     Use AMDFFT:                  NO
--     Use AMDBLAS:                 NO
-- 
--   Python 2:
--     Interpreter:                 NO
-- 
--   Python 3:
--     Interpreter:                 NO
-- 
--   Python (for build):            NO
-- 
--   Java:
--     ant:                         NO
--     JNI:                         NO
--     Java wrappers:               NO
--     Java tests:                  NO
-- 
--   Matlab:                        Matlab not found or implicitly disabled
-- 
--   Documentation:
--     Doxygen:                     NO
--     PlantUML:                    NO
-- 
--   Tests and samples:
--     Tests:                       YES
--     Performance tests:           YES
--     C/C++ Examples:              YES
-- 
--   Install path:                  /usr/local
-- 
--   cvconfig.h is in:              /mnt/data/Software/opencv-3.1.0/build
-- -----------------------------------------------------------------
-- 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_nppi_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory /mnt/data/Software/opencv-3.1.0/modules/cudev
    linked by target "opencv_cudev" in directory /mnt/data/Software/opencv-3.1.0/modules/cudev
    linked by target "opencv_test_cudev" in directory /mnt/data/Software/opencv-3.1.0/modules/cudev/test
    linked by target "opencv_core" in directory /mnt/data/Software/opencv-3.1.0/modules/core
    linked by target "opencv_core" in directory /mnt/data/Software/opencv-3.1.0/modules/core
    linked by target "opencv_test_core" in directory /mnt/data/Software/opencv-3.1.0/modules/core
    linked by target "opencv_perf_core" in directory /mnt/data/Software/opencv-3.1.0/modules/core
    linked by target "opencv_test_cudaarithm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaarithm
    linked by target "opencv_perf_cudaarithm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaarithm
    linked by target "opencv_test_flann" in directory /mnt/data/Software/opencv-3.1.0/modules/flann
    linked by target "opencv_flann" in directory /mnt/data/Software/opencv-3.1.0/modules/flann
    linked by target "opencv_flann" in directory /mnt/data/Software/opencv-3.1.0/modules/flann
    linked by target "opencv_test_imgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/imgproc
    linked by target "opencv_perf_imgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/imgproc
    linked by target "opencv_imgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/imgproc
    linked by target "opencv_imgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/imgproc
    linked by target "opencv_test_ml" in directory /mnt/data/Software/opencv-3.1.0/modules/ml
    linked by target "opencv_ml" in directory /mnt/data/Software/opencv-3.1.0/modules/ml
    linked by target "opencv_ml" in directory /mnt/data/Software/opencv-3.1.0/modules/ml
    linked by target "opencv_perf_reg" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/reg
    linked by target "opencv_test_reg" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/reg
    linked by target "opencv_reg" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/reg
    linked by target "opencv_reg" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/reg
    linked by target "opencv_surface_matching" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/surface_matching
    linked by target "opencv_surface_matching" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/surface_matching
    linked by target "opencv_test_video" in directory /mnt/data/Software/opencv-3.1.0/modules/video
    linked by target "opencv_video" in directory /mnt/data/Software/opencv-3.1.0/modules/video
    linked by target "opencv_video" in directory /mnt/data/Software/opencv-3.1.0/modules/video
    linked by target "opencv_perf_video" in directory /mnt/data/Software/opencv-3.1.0/modules/video
    linked by target "opencv_perf_cudabgsegm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudabgsegm
    linked by target "opencv_test_cudabgsegm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory /mnt/data/Software/opencv-3.1.0/modules/cudabgsegm
    linked by target "opencv_perf_cudafilters" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafilters
    linked by target "opencv_test_cudafilters" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafilters
    linked by target "opencv_cudafilters" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafilters
    linked by target "opencv_cudafilters" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafilters
    linked by target "opencv_test_cudaimgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaimgproc
    linked by target "opencv_perf_cudaimgproc" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaimgproc
    linked by target "opencv_perf_cudawarping" in directory /mnt/data/Software/opencv-3.1.0/modules/cudawarping
    linked by target "opencv_test_cudawarping" in directory /mnt/data/Software/opencv-3.1.0/modules/cudawarping
    linked by target "opencv_cudawarping" in directory /mnt/data/Software/opencv-3.1.0/modules/cudawarping
    linked by target "opencv_cudawarping" in directory /mnt/data/Software/opencv-3.1.0/modules/cudawarping
    linked by target "opencv_test_dnn" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/dnn
    linked by target "opencv_dnn" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/dnn
    linked by target "opencv_dnn" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/dnn
    linked by target "opencv_fuzzy" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/fuzzy
    linked by target "opencv_fuzzy" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/fuzzy
    linked by target "opencv_test_fuzzy" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/fuzzy
    linked by target "opencv_perf_imgcodecs" in directory /mnt/data/Software/opencv-3.1.0/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory /mnt/data/Software/opencv-3.1.0/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory /mnt/data/Software/opencv-3.1.0/modules/imgcodecs
    linked by target "opencv_test_imgcodecs" in directory /mnt/data/Software/opencv-3.1.0/modules/imgcodecs
    linked by target "opencv_perf_photo" in directory /mnt/data/Software/opencv-3.1.0/modules/photo
    linked by target "opencv_test_photo" in directory /mnt/data/Software/opencv-3.1.0/modules/photo
    linked by target "opencv_photo" in directory /mnt/data/Software/opencv-3.1.0/modules/photo
    linked by target "opencv_photo" in directory /mnt/data/Software/opencv-3.1.0/modules/photo
    linked by target "opencv_test_shape" in directory /mnt/data/Software/opencv-3.1.0/modules/shape
    linked by target "opencv_shape" in directory /mnt/data/Software/opencv-3.1.0/modules/shape
    linked by target "opencv_shape" in directory /mnt/data/Software/opencv-3.1.0/modules/shape
    linked by target "opencv_perf_videoio" in directory /mnt/data/Software/opencv-3.1.0/modules/videoio
    linked by target "opencv_test_videoio" in directory /mnt/data/Software/opencv-3.1.0/modules/videoio
    linked by target "opencv_videoio" in directory /mnt/data/Software/opencv-3.1.0/modules/videoio
    linked by target "opencv_videoio" in directory /mnt/data/Software/opencv-3.1.0/modules/videoio
    linked by target "opencv_test_cudacodec" in directory /mnt/data/Software/opencv-3.1.0/modules/cudacodec
    linked by target "opencv_perf_cudacodec" in directory /mnt/data/Software/opencv-3.1.0/modules/cudacodec
    linked by target "opencv_cudacodec" in directory /mnt/data/Software/opencv-3.1.0/modules/cudacodec
    linked by target "opencv_cudacodec" in directory /mnt/data/Software/opencv-3.1.0/modules/cudacodec
    linked by target "opencv_test_highgui" in directory /mnt/data/Software/opencv-3.1.0/modules/highgui
    linked by target "opencv_highgui" in directory /mnt/data/Software/opencv-3.1.0/modules/highgui
    linked by target "opencv_highgui" in directory /mnt/data/Software/opencv-3.1.0/modules/highgui
    linked by target "opencv_perf_objdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/objdetect
    linked by target "opencv_test_objdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/objdetect
    linked by target "opencv_objdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/objdetect
    linked by target "opencv_objdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/objdetect
    linked by target "opencv_plot" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/plot
    linked by target "opencv_plot" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/plot
    linked by target "opencv_ts" in directory /mnt/data/Software/opencv-3.1.0/modules/ts
    linked by target "opencv_ts" in directory /mnt/data/Software/opencv-3.1.0/modules/ts
    linked by target "opencv_xobjdetect" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xobjdetect
    linked by target "opencv_xobjdetect" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xobjdetect
    linked by target "opencv_perf_xphoto" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xphoto
    linked by target "opencv_test_xphoto" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xphoto
    linked by target "opencv_xphoto" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xphoto
    linked by target "opencv_xphoto" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xphoto
    linked by target "opencv_bgsegm" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bgsegm
    linked by target "opencv_bgsegm" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bgsegm
    linked by target "opencv_test_bgsegm" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bgsegm
    linked by target "opencv_perf_bioinspired" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bioinspired
    linked by target "opencv_test_bioinspired" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bioinspired
    linked by target "opencv_bioinspired" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bioinspired
    linked by target "opencv_bioinspired" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/bioinspired
    linked by target "opencv_dpm" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/dpm
    linked by target "opencv_dpm" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/dpm
    linked by target "opencv_face" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/face
    linked by target "opencv_face" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/face
    linked by target "opencv_perf_features2d" in directory /mnt/data/Software/opencv-3.1.0/modules/features2d
    linked by target "opencv_test_features2d" in directory /mnt/data/Software/opencv-3.1.0/modules/features2d
    linked by target "opencv_features2d" in directory /mnt/data/Software/opencv-3.1.0/modules/features2d
    linked by target "opencv_features2d" in directory /mnt/data/Software/opencv-3.1.0/modules/features2d
    linked by target "opencv_perf_line_descriptor" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/line_descriptor
    linked by target "opencv_test_line_descriptor" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/line_descriptor
    linked by target "opencv_line_descriptor" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/line_descriptor
    linked by target "opencv_line_descriptor" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/line_descriptor
    linked by target "opencv_saliency" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/saliency
    linked by target "opencv_saliency" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/saliency
    linked by target "opencv_text" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/text
    linked by target "opencv_text" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/text
    linked by target "opencv_calib3d" in directory /mnt/data/Software/opencv-3.1.0/modules/calib3d
    linked by target "opencv_calib3d" in directory /mnt/data/Software/opencv-3.1.0/modules/calib3d
    linked by target "opencv_perf_calib3d" in directory /mnt/data/Software/opencv-3.1.0/modules/calib3d
    linked by target "opencv_test_calib3d" in directory /mnt/data/Software/opencv-3.1.0/modules/calib3d
    linked by target "opencv_ccalib" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ccalib
    linked by target "opencv_ccalib" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ccalib
    linked by target "opencv_test_cudafeatures2d" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafeatures2d
    linked by target "opencv_perf_cudafeatures2d" in directory /mnt/data/Software/opencv-3.1.0/modules/cudafeatures2d
    linked by target "opencv_perf_cudalegacy" in directory /mnt/data/Software/opencv-3.1.0/modules/cudalegacy
    linked by target "opencv_test_cudalegacy" in directory /mnt/data/Software/opencv-3.1.0/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory /mnt/data/Software/opencv-3.1.0/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory /mnt/data/Software/opencv-3.1.0/modules/cudalegacy
    linked by target "opencv_perf_cudaobjdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaobjdetect
    linked by target "opencv_test_cudaobjdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaobjdetect
    linked by target "opencv_perf_cudaoptflow" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaoptflow
    linked by target "opencv_test_cudaoptflow" in directory /mnt/data/Software/opencv-3.1.0/modules/cudaoptflow
    linked by target "opencv_test_cudastereo" in directory /mnt/data/Software/opencv-3.1.0/modules/cudastereo
    linked by target "opencv_perf_cudastereo" in directory /mnt/data/Software/opencv-3.1.0/modules/cudastereo
    linked by target "opencv_cudastereo" in directory /mnt/data/Software/opencv-3.1.0/modules/cudastereo
    linked by target "opencv_cudastereo" in directory /mnt/data/Software/opencv-3.1.0/modules/cudastereo
    linked by target "opencv_datasets" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/datasets
    linked by target "opencv_datasets" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/datasets
    linked by target "opencv_test_rgbd" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/rgbd
    linked by target "opencv_rgbd" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/rgbd
    linked by target "opencv_rgbd" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/rgbd
    linked by target "opencv_perf_stereo" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/stereo
    linked by target "opencv_stereo" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/stereo
    linked by target "opencv_stereo" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/stereo
    linked by target "opencv_test_stereo" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/stereo
    linked by target "opencv_test_structured_light" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/structured_light
    linked by target "opencv_structured_light" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/structured_light
    linked by target "opencv_structured_light" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/structured_light
    linked by target "opencv_perf_superres" in directory /mnt/data/Software/opencv-3.1.0/modules/superres
    linked by target "opencv_superres" in directory /mnt/data/Software/opencv-3.1.0/modules/superres
    linked by target "opencv_superres" in directory /mnt/data/Software/opencv-3.1.0/modules/superres
    linked by target "opencv_test_superres" in directory /mnt/data/Software/opencv-3.1.0/modules/superres
    linked by target "opencv_perf_tracking" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/tracking
    linked by target "opencv_test_tracking" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/tracking
    linked by target "opencv_tracking" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/tracking
    linked by target "opencv_tracking" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/tracking
    linked by target "opencv_videostab" in directory /mnt/data/Software/opencv-3.1.0/modules/videostab
    linked by target "opencv_videostab" in directory /mnt/data/Software/opencv-3.1.0/modules/videostab
    linked by target "opencv_perf_xfeatures2d" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xfeatures2d
    linked by target "opencv_test_xfeatures2d" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xfeatures2d
    linked by target "opencv_xfeatures2d" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xfeatures2d
    linked by target "opencv_xfeatures2d" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/xfeatures2d
    linked by target "opencv_perf_ximgproc" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ximgproc
    linked by target "opencv_test_ximgproc" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ximgproc
    linked by target "opencv_ximgproc" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ximgproc
    linked by target "opencv_ximgproc" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/ximgproc
    linked by target "opencv_test_aruco" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/aruco
    linked by target "opencv_aruco" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/aruco
    linked by target "opencv_aruco" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/aruco
    linked by target "opencv_test_optflow" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/optflow
    linked by target "opencv_optflow" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/optflow
    linked by target "opencv_optflow" in directory /mnt/data/Software/opencv_contrib-3.1.0/modules/optflow
    linked by target "opencv_perf_stitching" in directory /mnt/data/Software/opencv-3.1.0/modules/stitching
    linked by target "opencv_test_stitching" in directory /mnt/data/Software/opencv-3.1.0/modules/stitching
    linked by target "opencv_stitching" in directory /mnt/data/Software/opencv-3.1.0/modules/stitching
    linked by target "opencv_stitching" in directory /mnt/data/Software/opencv-3.1.0/modules/stitching
    linked by target "opencv_traincascade" in directory /mnt/data/Software/opencv-3.1.0/apps/traincascade
    linked by target "opencv_createsamples" in directory /mnt/data/Software/opencv-3.1.0/apps/createsamples
    linked by target "opencv_annotation" in directory /mnt/data/Software/opencv-3.1.0/apps/annotation
    linked by target "cpp-tutorial-pnp_detection" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_watershed" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_tvl1_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_LATCH_match" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_cloning_gui" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_decolor" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_objectDetection2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_objectDetection" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_non_linear_svms" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_introduction_to_svm" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_introduction_to_pca" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_introduction_windows_vs" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_AKAZE_match" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_mat_mask_operations" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_interoperability_with_OpenCV_1" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_file_input_output" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_discrete_fourier_transform" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Drawing_2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_camera_calibration" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_cornerSubPix_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_hull_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_generalContours_demo1" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_findContours_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_cloning_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_imageSegmentation" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_filter2D_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_logistic_regression" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_mask_tmpl" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_edge" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_stereo_calib" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "cpp-tutorial-pnp_registration" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_lsd_lines" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_minarea" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_intelperc_capture" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_detect_blob" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_imagelist_creator" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_planar_tracking" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Morphology_1" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_display_image" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_kalman" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_image_sequence" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_CannyDetector_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Laplace_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_hdr_imaging" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_polar_transforms" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_image" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_houghlines" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_kmeans" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_houghcircles" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_filestorage" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_ffilldemo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_mat_the_basic_image_container" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_lkdemo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_pointPolygonTest_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_fback" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_stitching_detailed" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_fitellipse" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_facedetect" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Smoothing" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_connected_components" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_cloning_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_letter_recog" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_moments_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_dbt_face_detection" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_camshiftdemo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_pca" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_bg_sub" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_stitching" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_autofocus" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_contours2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_HoughLines_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_detect_mser" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_phase_corr" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_cornerHarris_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_compareHist_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_facial_features" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_starter_video" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_convexhull" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_dft" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_calibration" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_inpaint" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_generalContours_demo2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_create_mask" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_npr_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Morphology_3" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_starter_imagelist" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_cornerDetector_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_select3dobj" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_bgfg_segm" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_tree_engine" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_grabcut" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_video-write" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_delaunay2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Geometric_Transforms_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_laplace" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_calcBackProject_Demo1" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Drawing_1" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_example" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_distrans" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_image_alignment" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_EqualizeHist_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_videostab" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_video-input-psnr-ssim" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_matchmethod_orb_akaze_brisk" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_npr_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_morphology2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_gpu-basics-similarity" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_opencv_version" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_how_to_scan_images" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_openni_capture" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_BasicLinearTransformsTrackbar" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_demhist" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_train_HOG" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_points_classifier" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_3calibration" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_segment_objects" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_shape_example" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_SBM_Sample" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_squares" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_stereo_match" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_goodFeaturesToTrack_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_BasicLinearTransforms" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_copyMakeBorder_demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_cloning_gui" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_AddingImagesTrackbar" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_gdal-image" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_calcBackProject_Demo2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_em" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_calcHist_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_cout_mat" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_AddingImages" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Morphology_2" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_smiledetect" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Remap_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Pyramids" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Threshold" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_HoughCircle_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_MatchTemplate_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_drawing" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "tutorial_Sobel_Demo" in directory /mnt/data/Software/opencv-3.1.0/samples/cpp
    linked by target "example_gpu_hog" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_generalized_hough" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_houghlines" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_alpha_comp" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_bgfg_segm" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_morphology" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_surf_keypoint_matcher" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_video_reader" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_farneback_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_performance" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_stereo_multi" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_opticalflow_nvidia_api" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_driver_api_multi" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_cascadeclassifier_nvidia_api" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_pyrlk_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_stereo_match" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_driver_api_stereo_multi" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_cascadeclassifier" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_super_resolution" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_multi" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_gpu_video_writer" in directory /mnt/data/Software/opencv-3.1.0/samples/gpu
    linked by target "example_tapi_hog" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_camshift" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_bgfg_segm" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_squares" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_pyrlk_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_tvl1_optical_flow" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_clahe" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi
    linked by target "example_tapi_ufacedetect" in directory /mnt/data/Software/opencv-3.1.0/samples/tapi

-- Configuring incomplete, errors occurred!
See also "/mnt/data/Software/opencv-3.1.0/build/CMakeFiles/CMakeOutput.log".
See also "/mnt/data/Software/opencv-3.1.0/build/CMakeFiles/CMakeError.log".

I check the information of OpenCV I already have on TX1 go with JetPack 3.3 and found below information. So I have higher version of openCV which is 3.3.1 already installed. What should I do to link this version of openCV with Python3.7?

OpenCV: 
General configuration for OpenCV 3.3.1 =====================================
  Version control:               3.3.1

  Platform:
    Timestamp:                   2017-11-13T07:18:22Z
    Host:                        Linux 4.4.38-tegra aarch64
    CMake:                       2.8.12.2
    CMake generator:             Unix Makefiles
    CMake build tool:            /usr/bin/make
    Configuration:               Release

  CPU/HW features:
    Baseline:                    NEON FP16
      required:                  NEON
      disabled:                  VFPV3

  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                /usr/bin/c++  (ver 5.4.0)
    C++ flags (Release):         -D _GLIBCXX_USE_CXX11_ABI=0   -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections    -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
    C++ flags (Debug):           -D _GLIBCXX_USE_CXX11_ABI=0   -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    C Compiler:                  /usr/bin/cc
    C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections    -fvisibility=hidden -O3 -DNDEBUG  -DNDEBUG
    C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections    -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
    Linker flags (Release):      
    Linker flags (Debug):        
    ccache:                      NO
    Precompiled headers:         NO
    Extra dependencies:          dl m pthread rt /usr/lib/aarch64-linux-gnu/libtbb.so
    3rdparty dependencies:

  OpenCV modules:
    To be built:                 core flann imgproc ml objdetect photo video dnn imgcodecs shape videoio highgui superres ts features2d calib3d stitching videostab python2
    Disabled:                    js world
    Disabled by dependency:      -
    Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python3 viz

  GUI: 
    QT:                          NO
    GTK+ 2.x:                    YES (ver 2.24.30)
    GThread :                    YES (ver 2.48.2)
    GtkGlExt:                    NO
    OpenGL support:              NO
    VTK support:                 NO

  Media I/O: 
    ZLib:                        /usr/lib/aarch64-linux-gnu/libz.so (ver 1.2.8)
    JPEG:                        /usr/lib/aarch64-linux-gnu/libjpeg.so (ver )
    WEBP:                        build (ver encoder: 0x020e)
    PNG:                         /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.2.54)
    TIFF:                        /usr/lib/aarch64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
    JPEG 2000:                   /usr/lib/aarch64-linux-gnu/libjasper.so (ver 1.900.1)
    OpenEXR:                     NO
    GDAL:                        NO
    GDCM:                        NO

  Video I/O:
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES
      avcodec:                   YES (ver 56.60.100)
      avformat:                  YES (ver 56.40.101)
      avutil:                    YES (ver 54.31.100)
      swscale:                   YES (ver 3.1.101)
      avresample:                NO
    GStreamer:                   NO
    OpenNI:                      NO
    OpenNI PrimeSensor Modules:  NO
    OpenNI2:                     NO
    PvAPI:                       NO
    GigEVisionSDK:               NO
    Aravis SDK:                  NO
    UniCap:                      NO
    UniCap ucil:                 NO
    V4L/V4L2:                    NO/YES
    XIMEA:                       NO
    Xine:                        NO
    Intel Media SDK:             NO
    gPhoto2:                     NO

  Parallel framework:            TBB (ver 4.4 interface 9002)

  Trace:                         YES ()

  Other third-party libraries:
    Use Intel IPP:               NO
    Use Intel IPP IW:            NO
    Use VA:                      NO
    Use Intel VA-API/OpenCL:     NO
    Use Lapack:                  NO
    Use Eigen:                   YES (ver 3.2.92)
    Use Cuda:                    NO
    Use OpenCL:                  NO
    Use OpenVX:                  NO
    Use custom HAL:              YES (carotene (ver 0.0.1))

  Python 2:
    Interpreter:                 /usr/bin/python2.7 (ver 2.7.12)
    Libraries:                   /usr/lib/aarch64-linux-gnu/libpython2.7.so (ver 2.7.12)
    numpy:                       /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
    packages path:               lib/python2.7/dist-packages

  Python 3:
    Interpreter:                 /usr/bin/python3 (ver 3.5.1)

  Python (for build):            /usr/bin/python2.7

  Java:
    ant:                         NO
    JNI:                         NO
    Java wrappers:               NO
    Java tests:                  NO

  Matlab:                        Matlab not found or implicitly disabled

  Documentation:
    Doxygen:                     NO

  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              YES

  Install path:                  /usr

  cvconfig.h is in:              /home/nvidia/build-opencv/build

Hi,

Here is some information for pyTorch on Jetson for your reference:
[url]https://devtalk.nvidia.com/default/topic/1041716/jetson-agx-xavier/pytorch-install-problem-solved-/[/url]
[url]https://github.com/rtarquini/pytorch[/url]

Thanks

@AastaLLL: I tried to install using torch-xxx.whl but it returns torch-xxx.whl is not a supported wheel on this platform. Could you please help me build a pip wheel pytorch for jetson TX1?

Hi,

Sorry that we don’t have a pyTorch pip wheel for TX1.
You can try to build it from source with our script here:
[url]https://gist.github.com/dusty-nv/ef2b372301c00c0a9d3203e42fd83426[/url]

Thanks

Will a pyTorch pip wheel for TX2 work on TX1?