Cannot run the demo on mac
Issue Summary
I have installed openpose and everything was installed correctly with all the files in my MacBook Pro. After running the demo command ./build/examples/openpose/openpose.bin --image_dir examples/media/, I get a warning shown below. Then, the warning is ended and the command is aborted shown below. I have checked all the necessary files and steps, but I can't get it to work. I am using CMake and working on an IOS.
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)
---------------------------------- WARNING ---------------------------------- We have introduced an additional boost in accuracy in the CUDA version of about 0.2% with respect to the CPU/OpenCL versions. We will not port this to CPU given the considerable slow down in speed it would add to it. Nevertheless, this accuracy boost is almost insignificant so the CPU/OpenCL versions can be safely used.
-------------------------------- END WARNING -------------------------------- src/tcmalloc] Attempt to free invalid pointer zsh: abort ./build/examples/openpose/openpose.bin --image_dir examples/media/
Errors (if any)
Type of Issue
Select the topic(s) on your post, delete the rest:
- Compilation/installation error
- Execution error
Your System Configuration
- OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from
Releasesection (e.g., 1.2.0)? Latest GitHub code
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 error. Did you solve it?
same error on mac m1 12.1
I resolved the Attempt to free invalid pointer on OSX issue.
See my comment in another issue thread:
https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1902#issuecomment-1024890817