Code Monkey home page Code Monkey logo

Comments (6)

mweaverh avatar mweaverh commented on May 18, 2024

👍

from open_model_zoo.

 avatar commented on May 18, 2024

Hi @RachelRen05 ,

How do you use Inference Engine binaries to build the demos? Are you using openVINO R3 binary package and source environment script from there?

from open_model_zoo.

RachelRen05 avatar RachelRen05 commented on May 18, 2024

Hi @vmatveic,
I used the following command to build the demos using Inference Engine:
cmake -DCMAKE_BUILD_TYPE=Release /home/<hostname>/code/dldt/inference-engine

I didn't use OpenVINO binary package, I used OpenVINO open source code.
You can refer to: https://software.intel.com/en-us/forums/computer-vision/topic/798642

from open_model_zoo.

 avatar commented on May 18, 2024

Hi @RachelRen05 ,

Let me comment regarding proper way of working with Open Source version of the product:

  1. There is open-model-zoo repo with a list of demos. These demos are designed to be built separately with the IE environment source before. If you want to build these demos then you need to have OpenVINO package (of appropriate version, currently for R3) installed (can be taken from https://software.intel.com/en-us/openvino-toolkit). Then you need to source an environment from that package (to get InferenceEngine and OpenCV configured for CMake). After that you are able to successfully build demos by creating of own folder and running of “cmake ..” command from here.
  2. There is another dldt repo which is used to contribute to InferenceEngine core part. If you want to build dldt sources then you can do that like you did (clone dldt repo and build it). Also, it’s implied that the samples from this repo are built together with this dldt project but not separately. If you still want to build these samples separately then you need to copy samples to own location and update its CMake architecture manually + copy extensions here (to have it similar to demos structure within open-model-zoo) and use an environment from an OpenVINO binary package.
  3. Also, there is still a possibility to use built dldt binaries like openVINO environment for a separate samples/demos build. You need to set InferenceEngine_DIR to a cmake folder you run “cmake -DGEMM=MKL -DENABLE_MKL_DNN=ON -DCMAKE_BUILD_TYPE=Release ..” command from. But please note, in R3 release this possibility is not completely verified but it will be improved in R4 (also, in R4 you will not need to copy extensions to samples/demos directory, it will be automatically used from binaries).

So, just to repeat, we suggest to use openVINO package (of R version currently) for a separate demos build and use an environment from here. R3 – because current GitHub version of the open source project is adapted to R3 version of openVINO.

Thanks!

from open_model_zoo.

snosov1 avatar snosov1 commented on May 18, 2024

Is this still relevant or we can close?

from open_model_zoo.

snosov1 avatar snosov1 commented on May 18, 2024

Please, reopen if still relevant

from open_model_zoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.