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.
6571 ディスカッション

Is it possible for ncsdk to support OpenCV 4.0.0?

idata
従業員
1,084件の閲覧回数

I do NOT want to uninstall my installed OpenCV and then install OpenCV for Movidius again…

0 件の賞賛
3 返答(返信)
idata
従業員
865件の閲覧回数

@jiapei100

 

[Caution] This is an unofficial procedure.

 

That's pretty easy.

 

Perhaps, commenting out all the scripts of "ncsdk/install-opencv.sh" and "ncsdk/uninstall-opencv.sh" will make it work.
idata
従業員
865件の閲覧回数

I've been running opencv 4.0.0 with it for a while with no problems. What I did was:

 

     

  1. Build and install opencv as you normally would
  2.  

  3. run the sdk installer (which will uninstall your opencv)
  4.  

  5. Rerun the opencv installer (should be quick since its already built) which should remove the sdk opencv
  6.  

 

Although PINTOs solution is probably better.

jiapei100
ビギナー
865件の閲覧回数

Hi, mdata:

It's still fails to run make install, I pasted all the messages at https://pastebin.com/4H5rfPy6

In fact, I did a lot of manual installation, instead of grabbing the packages directly from repository.

A lot of my PYTHON packages are pip installed to ~/.local/lib/python3.7/site-packages

And, boost is ALSO manually installed, it does NOT have a package like libboost-all-dev .

Isn't there a way to provide a cmake way to build ncsdk all by customers ourselves?

 

 

Cheers

Pei

返信