質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,4 +8,150 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
|
12
|
+
|
13
|
+
上記の写真では、2019で実行していますが、2015では以下のようにメッセージが出力されました。
|
14
|
+
|
15
|
+
```ここに言語を入力
|
16
|
+
|
17
|
+
Selecting Windows SDK version 10.0.10586.0 to target Windows 10.0.17134.
|
18
|
+
|
19
|
+
CMAKE_VERSION = 3.15.3
|
20
|
+
|
21
|
+
Building with CUDA.
|
22
|
+
|
23
|
+
Downloading windows dependencies...
|
24
|
+
|
25
|
+
opencv_401_v14_15_2019_03_14.zip already exists.
|
26
|
+
|
27
|
+
caffe3rdparty_15_2019_03_14.zip already exists.
|
28
|
+
|
29
|
+
caffe_15_2019_05_16.zip already exists.
|
30
|
+
|
31
|
+
Windows dependencies downloaded.
|
32
|
+
|
33
|
+
Adding Example Calibration
|
34
|
+
|
35
|
+
Adding Example OpenPoseDemo
|
36
|
+
|
37
|
+
Adding Example 1_custom_post_processing
|
38
|
+
|
39
|
+
Adding Example 01_body_from_image_default
|
40
|
+
|
41
|
+
Adding Example 02_whole_body_from_image_default
|
42
|
+
|
43
|
+
Adding Example 03_keypoints_from_image
|
44
|
+
|
45
|
+
Adding Example 04_keypoints_from_images
|
46
|
+
|
47
|
+
Adding Example 05_keypoints_from_images_multi_gpu
|
48
|
+
|
49
|
+
Adding Example 06_face_from_image
|
50
|
+
|
51
|
+
Adding Example 07_hand_from_image
|
52
|
+
|
53
|
+
Adding Example 08_heatmaps_from_image
|
54
|
+
|
55
|
+
Adding Example 09_keypoints_from_heatmaps
|
56
|
+
|
57
|
+
Adding Example 10_asynchronous_custom_input
|
58
|
+
|
59
|
+
Adding Example 11_asynchronous_custom_output
|
60
|
+
|
61
|
+
Adding Example 12_asynchronous_custom_input_output_and_datum
|
62
|
+
|
63
|
+
Adding Example 13_synchronous_custom_input
|
64
|
+
|
65
|
+
Adding Example 14_synchronous_custom_preprocessing
|
66
|
+
|
67
|
+
Adding Example 15_synchronous_custom_postprocessing
|
68
|
+
|
69
|
+
Adding Example 16_synchronous_custom_output
|
70
|
+
|
71
|
+
Adding Example 17_synchronous_custom_all_and_datum
|
72
|
+
|
73
|
+
Adding Example 1_thread_user_processing_function
|
74
|
+
|
75
|
+
Adding Example 2_thread_user_input_processing_output_and_datum
|
76
|
+
|
77
|
+
Download the models.
|
78
|
+
|
79
|
+
Downloading BODY_25 model...
|
80
|
+
|
81
|
+
Model already exists.
|
82
|
+
|
83
|
+
Not downloading body (COCO) model
|
84
|
+
|
85
|
+
Not downloading body (MPI) model
|
86
|
+
|
87
|
+
Downloading face model...
|
88
|
+
|
89
|
+
Model already exists.
|
90
|
+
|
91
|
+
Downloading hand model...
|
92
|
+
|
93
|
+
Model already exists.
|
94
|
+
|
95
|
+
Models Downloaded.
|
96
|
+
|
97
|
+
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
|
98
|
+
|
99
|
+
Please set them or make sure they are set and tested correctly in the CMake files:
|
100
|
+
|
101
|
+
OpenCV_LIBS
|
102
|
+
|
103
|
+
linked by target "openpose" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/src/openpose
|
104
|
+
|
105
|
+
linked by target "Calibration" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/calibration
|
106
|
+
|
107
|
+
linked by target "OpenPoseDemo" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/openpose
|
108
|
+
|
109
|
+
linked by target "1_custom_post_processing" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_add_module
|
110
|
+
|
111
|
+
linked by target "01_body_from_image_default" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
112
|
+
|
113
|
+
linked by target "02_whole_body_from_image_default" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
114
|
+
|
115
|
+
linked by target "08_heatmaps_from_image" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
116
|
+
|
117
|
+
linked by target "03_keypoints_from_image" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
118
|
+
|
119
|
+
linked by target "12_asynchronous_custom_input_output_and_datum" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
120
|
+
|
121
|
+
linked by target "05_keypoints_from_images_multi_gpu" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
122
|
+
|
123
|
+
linked by target "04_keypoints_from_images" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
124
|
+
|
125
|
+
linked by target "06_face_from_image" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
126
|
+
|
127
|
+
linked by target "07_hand_from_image" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
128
|
+
|
129
|
+
linked by target "09_keypoints_from_heatmaps" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
130
|
+
|
131
|
+
linked by target "10_asynchronous_custom_input" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
132
|
+
|
133
|
+
linked by target "11_asynchronous_custom_output" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
134
|
+
|
135
|
+
linked by target "13_synchronous_custom_input" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
136
|
+
|
137
|
+
linked by target "17_synchronous_custom_all_and_datum" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
138
|
+
|
139
|
+
linked by target "14_synchronous_custom_preprocessing" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
140
|
+
|
141
|
+
linked by target "15_synchronous_custom_postprocessing" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
142
|
+
|
143
|
+
linked by target "16_synchronous_custom_output" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_cpp
|
144
|
+
|
145
|
+
linked by target "1_thread_user_processing_function" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_thread
|
146
|
+
|
147
|
+
linked by target "2_thread_user_input_processing_output_and_datum" in directory C:/Users/mukai/Downloads/openpose-master (1)/openpose-master/examples/tutorial_api_thread
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
Configuring incomplete, errors occurred!
|
152
|
+
|
153
|
+
See also "C:/新しいフォルダー/CMakeFiles/CMakeOutput.log".
|
154
|
+
|
155
|
+
```
|
156
|
+
|
11
157
|
どのようにビルドをすればいいのか教えてください。よろしくお願いします。
|