zsh: no such file or directory: ./build/examples/openpose/openpose.bin
Issue Summary
Steps taken:
- cloned the OpenPose git
- cloned the 3rdparty/caffe folder as well because it wasn't cloning above
- updated OpenPose
- installed homebrew
- Ran bash scripts/osx/install_deps.sh. for the requirements
- Used the Cmake GUI and tried installing caffe from there got: zsh: no such file or directory: ./build/examples/openpose/openpose.bin
- As per instructions I uninstalled caffe, and reinstalled through the terminals according to their website. Everything worked fine until I tried make runtest got: make: *** No rule to make target `runtest'. Stop.
- built OpenPose with:
cd build/
make -j
sysctl -n hw.logicalcpu - Ran test: ./build/examples/openpose/openpose.bin --image_dir examples/media/ got: zsh: no such file or directory: ./build/examples/openpose/openpose.bin
no error messages during any part of the process only two warnings during build:
warning: braces around scalar initializer and warning: control may reach end of non-void function
one user commented with a similar issue with no solution here:
https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1270#issuecomment-515393251
Executed Command (if any)
Note: add --logging_level 0 --disable_multi_thread to get higher debug information.
./build/examples/openpose/openpose.bin --image_dir examples/media/
OpenPose Output (if any)
zsh: no such file or directory: ./build/examples/openpose/openpose.bin
Errors (if any)
none
Type of Issue
You might select multiple topics, delete the rest:
- Compilation/installation error
Your System Configuration

- OpenPose version:
Latest GitHub code
-
General configuration:
- Installation mode: CMake terminal
- Operating system : macOS Catalina
-
3rd-party software:
- caffe version: default from OpenPose
- Cmake 3.18.1
- opencv version: downloaded using python 3.7
-
If CPU-only mode issue: 6 core intel i7 16GB memory
Cloning caffe should be included if you followed this step to grab the submodules, because apart from caffe, pybind is needed too. Can you elaborate your step 6?
Also, it's ./build/examples/openpose/openpose.bin, you missed the dot at the front in your execution. Remember to execute this command at root openpose folder instead of staying in the build folder.
Same problem. Should we see a "openpose.bin" file in the directory /build/examples/openpose???
Same problem, can anyone know how to handle this issue?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same problem, can anyone know how to handle this issue?
@wangyf123 @jameelhassan Did you figure it out? I know it was a long time ago but if you remember that would be fantastic.
@camrynfriedman I did figure it out. But I can't remember it now. I'll see if I can find it, if I do I will post i here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.