首页 > 解决方案 > Openpose CMakeLists

问题描述

构建 Openpose 时遇到问题。转到 MacOS 上的“OpenPose Building”标题,但是不存在 caffe(在 3rdparty 中)的 CMakeLists.txt。

我在哪里可以找到这个或有解决方法?

下面是我的终端输出...

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`

在构建文件夹中。

标签: macosterminalcmakeopenpose

解决方案


推荐阅读