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.
6404 Discussions

installing ncsdk-1.12.00.01 in ubuntu 16.04

idata
Employee
584 Views

Hi,

 

I am new to movidius , I have downloaded ncsdk-1.12.00.01 in to my workspace and installed using make install and after this I run make examples , I got the following error

 

/usr/local/bin/ncsdk/Controllers/FileIO.py:52: UserWarning: You are using a large type. Consider reducing your data sizes for best performance

 

"Consider reducing your data sizes for best performance\033[0m")

 

*** Error in `python3': free(): invalid pointer: 0x0000000001af9710 ***

 

======= Backtrace: =========

 

/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fe61b10c7e5]

 

/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7fe61b11537a]

 

/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7fe61b11953c]

 

/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf8internal28DestroyDefaultRepeatedFieldsEv+0x1f)[0x7fe6011c58af]

 

/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf23ShutdownProtobufLibraryEv+0x8b)[0x7fe6011c4b3b]

 

/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3(+0x233b9)[0x7fe5e286b3b9]

 

/lib64/ld-linux-x86-64.so.2(+0x10df7)[0x7fe61b68cdf7]

 

/lib/x86_64-linux-gnu/libc.so.6(+0x39ff8)[0x7fe61b0ceff8]

 

/lib/x86_64-linux-gnu/libc.so.6(+0x3a045)[0x7fe61b0cf045]

 

/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0x7fe61b0b5837]

 

python3(_start+0x29)[0x5d6999]

 

======= Memory map: ========

 

00400000-007aa000 r-xp 00000000 fd:00 791384 /usr/bin/python3.5

 

009a9000-009ab000 r--p 003a9000 fd:00 791384 /usr/bin/python3.5

 

009ab000-00a42000 rw-p 003ab000 fd:00 791384 /usr/bin/python3.5

 

00a42000-00a73000 rw-p 00000000 00:00 0

 

0162f000-07091000 rw-p 00000000 00:00 0 [heap]

 

7fcac4a7f000-7fcac4a87000 r--p 0009f000 fd:00 795796 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.33.6

 

7fcac4a87000-7fcac4a88000 rw-p 000a7000 fd:00 795796 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.33.6Makefile:79: recipe for target 'compile' failed

 

make: *** [compile] Aborted (core dumped)

 

if I run ./hello_ncs_cpp

 

Hello NCS! Device opened normally.

 

Goodbye NCS! Device Closed normally.

 

NCS device working.

 

can anyone help me to solve this problem

0 Kudos
1 Reply
idata
Employee
359 Views

Hi @ashok_ros

 

It looks like your system does not have enough resources or the cpu does not support AVX instructions.

 

     

  • How much memory (RAM) does your computer have?
  •  

  • Are you running Ubuntu as a Virtual Machine?
  •  

  • Are you running Ubuntu 32 or 64 bit?
  •  

 

Regards,

 

Jesus
0 Kudos
Reply