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.

Can't complete "make example"

idata
Employee
549 Views

"make example freezes" after about 50% completion.

 

I attempted several times on clean Raspbian environment, but failed the same way.

 

The system always freezes around following operation.

 

/home/pi/opencv-3.3.0/build/3rdparty/tinydnn/tinny-dnn-1.0.0a3/third_party/stb

 

Senario for reproduction:

 

I am setting up the NCS on Raspberry pi 3 (OS is RASPBIAN STRETCH WITH DESKTOP, which is available on https://www.raspberrypi.org/downloads/raspbian/ )

 

and am exactly following the steps shown in https://developer.movidius.com/start . ie The operation is as follows.

 

mkdir -p ~/workspace

 

cd ~/workspace

 

git clone https://github.com/movidius/ncsdk.git

 

cd ~/workspace/ncsdk

 

make install

 

From new terminal

 

cd ~/workspace/ncsdk

 

make examples —> This command freerze after about 1 hour.
0 Kudos
1 Reply
idata
Employee
296 Views

Adding more swap memory resolved the problem.

 

Please disregard this discussion.
0 Kudos
Reply