openvino is compiled in win10

Openvino installation is very simple, just download the installation package and install it in the default location

Installation is easy, but some tools need to be compiled before they can be used

Find the following path:

C:\Program Files (x86)\Intel\openvino_2021.2.185\inference_engine\samples\cpp

Open cmd, enter the path above, and run

Wait for a while to compile successfully

 

The specific compiled result is not in the current path, but here

 

 Now you can use the EXE program in the above picture, but there may be a lack of dll. At this time, go to the location where openvino is installed. Remember that it is not the compiled location, and copy the dll into this path (C:\Windows\System32) Can

 Note: The reason why the installation location is to use the default location, if you do not use the default location will appear, vs build tools can not find the situation.

Ready to use now

For example, to use benchmark_app.exe:

Guess you like

Origin blog.csdn.net/zhou_438/article/details/112974101