Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. The C compiler identification is GNU 7.4.0
  2. The CXX compiler identification is GNU 7.4.0
  3. Check for working C compiler: /usr/bin/cc
  4. Check for working C compiler: /usr/bin/cc -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Detecting C compile features
  8. Detecting C compile features - done
  9. Check for working CXX compiler: /usr/bin/c++
  10. Check for working CXX compiler: /usr/bin/c++ -- works
  11. Detecting CXX compiler ABI info
  12. Detecting CXX compiler ABI info - done
  13. Detecting CXX compile features
  14. Detecting CXX compile features - done
  15. GCC detected, adding compile flags
  16. GCC detected, adding compile flags
  17. Looking for pthread.h
  18. Looking for pthread.h - found
  19. Looking for pthread_create
  20. Looking for pthread_create - not found
  21. Looking for pthread_create in pthreads
  22. Looking for pthread_create in pthreads - not found
  23. Looking for pthread_create in pthread
  24. Looking for pthread_create in pthread - found
  25. Found Threads: TRUE
  26. Found CUDA: /usr/local/cuda-10.1 (found version "10.1")
  27. Building with CUDA.
  28. CUDA detected: 10.1
  29. Found cuDNN: ver. 7.5.1 found (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libcudnn.so)
  30. Added CUDA NVCC flags for: sm_50
  31. Found cuDNN: ver. 7.5.1 found (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libcudnn.so)
  32. Found GFlags: /usr/include
  33. Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
  34. Found Glog: /usr/include
  35. Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
  36. Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.0.0")
  37. Found OpenCV: /usr/local (found version "4.0.1")
  38. Caffe will be downloaded from source now. NOTE: This process might take several minutes depending
  39. on your internet connection.
  40. fatal: not a git repository (or any of the parent directories): .git
  41.  
  42. error: pathspec 'b5ede48' did not match any file(s) known to git.
  43.  
  44. Caffe will be built from source now.
  45. CMake Error at /usr/local/share/cmake-3.14/Modules/ExternalProject.cmake:2628 (message):
  46. No download info given for 'openpose_lib' and its source directory:
  47.  
  48. /home/luks/PDI/OpenPose/openpose_src/openpose_GPU2/3rdparty/caffe
  49.  
  50. is not an existing non-empty directory. Please specify one of:
  51.  
  52. * SOURCE_DIR with an existing non-empty directory
  53. * DOWNLOAD_COMMAND
  54. * URL
  55. * GIT_REPOSITORY
  56. * SVN_REPOSITORY
  57. * HG_REPOSITORY
  58. * CVS_REPOSITORY and CVS_MODULE
  59. Call Stack (most recent call first):
  60. /usr/local/share/cmake-3.14/Modules/ExternalProject.cmake:3211 (_ep_add_download_command)
  61. CMakeLists.txt:795 (ExternalProject_Add)
  62.  
  63.  
  64. Download the models.
  65. Downloading BODY_25 model...
  66. NOTE: This process might take several minutes depending on your internet connection.
  67. Not downloading body (COCO) model
  68. Not downloading body (MPI) model
  69. Downloading face model...
  70. NOTE: This process might take several minutes depending on your internet connection.
  71. Downloading hand model...
  72. NOTE: This process might take several minutes depending on your internet connection.
  73. Models Downloaded.
  74. Configuring incomplete, errors occurred!
  75. See also "/home/luks/PDI/OpenPose/openpose_src/openpose_GPU2/build/CMakeFiles/CMakeOutput.log".
  76. See also "/home/luks/PDI/OpenPose/openpose_src/openpose_GPU2/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement