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.

OpenVINO in Visual Studio 2017

Öztürk__Kürşat
837 Views

Is OpenVINO Toolkit compatible with Visual Studio 2017?

Can I use VS2017 instead of 2015?

I couldn't find any clear information about it.

0 Kudos
6 Replies
Seunghyuk_P_Intel
837 Views

Hi Ozturk Kusat,

OpenVINO samples does not support VS 2017 yet.

It supports VS 2015 Pro, and Community version also.

Regards,

Peter.

0 Kudos
Öztürk__Kürşat
837 Views

Thank you for your response,

I wonder that if it will support VS 2017 in the future? If yes, When?

0 Kudos
Seunghyuk_P_Intel
837 Views

Hi Ozturk Kusat,

OpenVINO R2 version is just released.

It supports VS 2017 pro and community version.

Please try it.

Regards,

Peter.

0 Kudos
Albert_Lee
Beginner
837 Views

Peter, 

It's good to know OpenVINO R2 is released. 

 

When I download OpenVINO R2 and follow the "Installing the OpenVINO™ Toolkit for Windows* 10", then type "demo_squeezenet_download_convert_run.bat" command. The compiler report error when it's trying to compile for Samples.sln. 

There is the error : (Sorry for some Chinese character in it)

"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe" Samples.sln /p:Configuration=Release /t:classification_sample /clp:ErrorsOnly /m
Microsoft (R) Build Engine for .NET Framework 15.7.179.6572 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。
 
     1>C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\inference_engin
       e\samples\build_2017\Samples.sln.metaproj : error MSB4126: 指定的方案組態 "Rele
       ase|MCD" 無效。請使用組態及平台屬性指定有效的方案組態 (例如 MSBuild.exe Solution.sln /p:Configur
       ation=Debug /p:Platform=" Any CPU" ),或空下這些屬性,使用預設方案組態。 [C:\Intel\compute
       r_vision_sdk_2018.2.304\deployment_tools\inference_engine\samples\build_
       2017\Samples.sln]
Error

 

0 Kudos
Severine_H_Intel
Employee
837 Views

Hi Lee, 

do you have Release x64 enable in Visual Studio 2017? Are you able to build the samples and open them in Visual Studio 2017?

You will find the script 

create_msvc2017_solution

to build them under C:\Intel\computer_vision_sdk_2018.2.299\inference_engine\samples 

Then, in the folder build2017, you can open the VS solution and see if Release x64 is enabled for you and if you can compile them. 

Best, 

Severine

 

0 Kudos
Albert_Lee
Beginner
837 Views

Severine, 

Thanks for the reply.

I add "/p:Platform="x64"" in the batch file, then the issue can be fixed. 

 

0 Kudos
Reply