Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: 'opencv2/highgui/highgui.hpp' file not found #1228

Closed
sabinayakc opened this issue May 20, 2019 · 2 comments
Closed

Fatal error: 'opencv2/highgui/highgui.hpp' file not found #1228

sabinayakc opened this issue May 20, 2019 · 2 comments
Assignees
Labels

Comments

@sabinayakc
Copy link

Issue Summary

I am trying to build Open Pose on Mac Mojave . I followed the installation and installed prerequisites by running the scripts inside the repo. I configured and generated files using CMAKE but when I run make -j nproc I get an error. Look at image below.

OpenPose Output (if any)

image

Type of Issue

You might select multiple topics, delete the rest:

  • Compilation/installation error

Your System Configuration

  1. https://pastebin.com/ZUNJfeat
    https://pastebin.com/5Ud357CQ

  2. Latest Version

  3. General configuration:

    • CMAKE
    • MAC OSX Mojave
    • Macbook Pro 2018
  4. 3rd-party software:

    • Caffe version: Default from OpenPose
    • CMake version (cmake --version in Ubuntu):
    • OpenCV version: pre-compiled
  5. If GPU mode issue:

    • OPEN-CL
  6. If Python API:

    • Python version: 3.7,

image

@soulslicer
Copy link
Collaborator

soulslicer commented May 21, 2019

It's hidden in the instructions

You may also have to apply the following patch if you have the latest OSX 10.14. It can be done as follows:

cd 3rdparty/caffe; git apply ../../scripts/osx/mac_opencl_patch.txt

@sabinayakc
Copy link
Author

@soulslicer Thank you for the reply. Applying the patch fixed my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants