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
Source: CMU-Perceptual-Computing-Lab/openpose