Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

find_package ngraph under develop branch

Ukhupacha
Beginner
1,193 Views

Hello,

Sorry for asking this here.  I was trying to complie the develop branch. Just in case, this is the commit 9f597c16fe35e4ed26087bc42ba555fd946b87e7.

/opt/intel/openvino_2020.1.023/deployment_tools/open_model_zoo/demos/CMakeLists.txt needs ngraph

How can I this dependency ?

I get this error while compiling

  By not providing "Findngraph.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "ngraph", but
  CMake did not find one.

  Could not find a package configuration file provided by "ngraph" with any
  of the following names:

    ngraphConfig.cmake
    ngraph-config.cmake

Thanks,

 

Ukhu

 

0 Kudos
3 Replies
SIRIGIRI_V_Intel
Employee
1,192 Views

Have you installed ngraph? If not, Can you try installing ngraph.

Feel free to ask any other questions.

Regards,

Ram prasad

0 Kudos
Ukhupacha
Beginner
1,192 Views

ngraph is automatically installed by the openvino toolkit.

I managed to solve the issue by using this

export ngraph_DIR=/opt/intel/openvino/deployment_tools/ngraph/cmake/

I guess for 2020.R2 setupvars.sh will include the npgrah variables as well.

 

Juan Diego

0 Kudos
SIRIGIRI_V_Intel
Employee
1,192 Views

Thank you for sharing with the community.

Regards,

Ram prasad

0 Kudos
Reply