OpenVINO Toolkit installation Windows | Tutorial | Computer Vision

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
Hey guys, in this video I'm gonna show you how  you can install OpenVINO on a Windows platform, so let's begin. First we'll go to python.org /downloads and then from there we'll select a suitable version. So in order to install  OpenVino toolkit as for the latest version, your python version needs to be between 3.6 and  3.8, so as of now we'll currently go with 3.7.9 So you can go and download this. If you  have a 64-bit platform then.. you can go with this and if you have a 32-bit  windows platform then you can go with this one. So I have a 64-bit platform, so I'll  be going with this one. Once downloaded you need to run the executable  file from the downloads. So you need to first add python 3.7 to the  path and then you need to click on install now. So we now we have successfully installed  python, so in order to check if it has been installed properly let's open  a command prompt, here we'll type python. Now this shows that python has been installed  properly. Now, we will also install OpenCV, so in order to do that you need to type  the command pip install opencv-contrib-python So this has completed our python installation. Now  the next thing that we need to install is CMake, so for that we will go to cmake.org/download from  here we will click on the msi version installer. Since our system is of 64-  bit, so we'll click on it. Click on next and click on "I accept" and then next. Add Cmake to the system path of all  users, then you can click on next. Next, you need to install it, it will ask for a permission, so you need  to give the permission and then install it. Then we'll click on finish, then we will open the command prompt and type cmake So we have successfully installed CMake. Now the next thing that we need  to install is Visual Studio C++ For that, we'll go to visual studio.microsoft.com/downloads, from that we choose visual studio 2019 community version. You need to  click on it and once you click on it you need to give the permission for it to install  and then it will give you a list of options. Now once you start installing you'll get a few  options like these, so among all the options you need to tick on python development and you  also need to tick on desktop development C++ In this you need to make sure  that we have MSBuild included. We can see it is here, so you can go ahead  and install it since it has only already been installed I'm getting a close option over here  you can install it. While installing it is better to click install, while you know  downloading and then click on the install button. So once you click on the install button,  it will install the Visual Studio. So once you have installed Visual Studio C++,  it could ask you to restart your system to install the remaining setup, so we'll just  restart our system and then resume further. So once you have restarted your  system, let's see if we have installed visual studio properly or not so we  can see the option of visual studio over here. So visual studio has been launched. It means  that we have successfully installed Visual Studio. So now let's finally move on to  installing OpenVino Toolkit ! So to install OpenVino toolkit, we will go on this  website and then we will click on install OpenVino, on clicking it we will get this kind of  window. We will go and and select this option and here we'll select windows, here we'll  select web and local here we'll click on local and here we'll select register and download. So here, you need to fill all these options and once filled you need to submit it. So once you'll submit it, you will get this kind  of page and from there we'll just select on full package and then we'll download it. So once done, we need to click on it and we'll extract it. Now you'll see all these options, we'll  leave it as it is and it is better to keep the default directory, so we'll click on next. Then you can choose whichever option you  would like to and then you'll select next. So now we have successfully  installed Open Vino toolkit, but there are still some configuration  steps left which you'll see later. Now the next step is to configure our OpenVino  toolkit, so we'll open the command prompt and then we'll go to the installation  folder of our OpenVino toolkit. Type cd and paste the path and then  we will run the setupvars.bat So now we have initialized our OpenVino  environment. So it is like importing a library, so for example, if you are using Numpy library but  you have not imported it, so it won't be.. python won't be able to use the functions of Numpy, hence  we have run this command so that python can use the functions of OpenVino toolkit, okay. So now  our next step is to configure the model optimizer. Model optimizer is nothing but a component which  helps us to convert our pre-trained model into an intermediate representation,  which helps us to do inference. We'll copy this path we'll go to this folder and then we'll.. type this, install prerequisites.bat  you can just select the tab button then it should install the prerequisites. So now we have successfully configured our  model optimizer. Here you can see we are getting some warnings so it is suggesting us  to adding this to the environment path, so let's just add it. It's just a warning  so we can ignore it as well but you know, we'll just add it. So now done, we are done with the  installation process of OpenVino Toolkit ! Now that we have installed OpenVino toolkit we'll  just verify whether we have installed it properly or not, so for that we will first go to OpenVino  installation path, deployment tools /demo. We'll copy this path, here we'll run the demo_squeeze_net_run.bat file So you can see our verification  script has run successfully without throwing any errors or even warnings  as well, so now our installation is verified as well, so we have successfully and  properly installed OpenVino toolkit with all the dependencies. I hope you found this video  helpful don't forget to subscribe to my channel.. You can see that my channel currently has only 47  subscribers I would really appreciate if you would hit the subscribe button and you can also follow me on these social  medias if you want, Thank you very much !!!!
Info
Channel: ComputerVisionPro
Views: 5,908
Rating: undefined out of 5
Keywords: computer vision, computervisionpro, openvino, openvino toolkit python, openvino toolkit tutorial, how to install openvino toolkit, computer vision tutorial, openvino install, openvino 2021, how to install cmake, how to install python and opencv, model optimizer configure, openvino toolkit windows, openvino toolkit download windows, openvino intel, what is openvino toolkit, opencv install, install python, pip install
Id: g0JS0TjZ8I4
Channel Id: undefined
Length: 21min 17sec (1277 seconds)
Published: Sun Jan 03 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.