We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b66c42 commit 1e97f3eCopy full SHA for 1e97f3e
CMakeLists.txt
@@ -69,7 +69,6 @@ if(DEFINED ENV{OPENPOSE_ROOT})
69
set(OPENPOSE_LIBRARIES "$ENV{OPENPOSE_ROOT}/lib")
70
set(CAFFE_INCLUDE_DIRS "$ENV{OPENPOSE_ROOT}/include")
71
set(CAFFE_LIBRARIES "$ENV{OPENPOSE_ROOT}/lib")
72
- set(NUMPY_INCLUDE_DIRS "/usr/local/lib/python3.5/dist-packages/numpy/core/include")
73
else()
74
message(FATAL_ERROR "Environment variable OPENPOSE_ROOT is not set. Please set and point to openpose installation folder")
75
endif()
@@ -82,7 +81,6 @@ include_directories(${CAFFE_INCLUDE_DIRS})
82
81
include_directories(${OpenCV_INCLUDE_DIRS})
83
include_directories(${CUDA_INCLUDE_DIRS})
84
include_directories(${PYTHON_INCLUDE_DIRS})
85
-include_directories(${NUMPY_INCLUDE_DIRS})
86
87
feature_summary(WHAT ALL)
88
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments