在构建Openpose时遇到麻烦。转到MacOS上的“ OpenPose Building”标题,但是不存在用于caffe的CMakeLists.txt(在3rdparty中)。
在哪里可以找到这个文件?
下面是我的终端输出...
CMake Error: The source directory "/Users/Somaya/Desktop/Openpose/3rdparty/caffe" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make[2]: *** [caffe/src/openpose_caffe-stamp/openpose_caffe-configure] Error 1
make[1]: *** [CMakeFiles/openpose_caffe.dir/all] Error 2
make: *** [all] Error 2
我运行了命令...
make -j`nproc`
在构建文件夹中。