openpose icon indicating copy to clipboard operation
openpose copied to clipboard

Cannot run the demo on mac

Open DanielLim7 opened this issue 4 years ago • 4 comments

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

  1. OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.2.0)? Latest GitHub code

DanielLim7 avatar May 19 '21 00:05 DanielLim7

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.

stale[bot] avatar Jan 09 '22 07:01 stale[bot]

Same error. Did you solve it?

dkguo avatar Jan 13 '22 02:01 dkguo

same error on mac m1 12.1

elcchan99 avatar Jan 21 '22 15:01 elcchan99

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

elcchan99 avatar Jan 29 '22 11:01 elcchan99