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.

mvcNCCompile no works

idata
Employee
739 Views

HI everyone, i installed de NCSDK v2 and when i try make the examples or compile caffe model no working this stays loading… i have connected the movidius in the port

0 Kudos
6 Replies
idata
Employee
406 Views

@jdavidguerrero Hi, what OS did you install the NCSDK on? What type of machine or embedded platform are you working on? Can you please provide a log of the issue you are experiencing? Thanks!

0 Kudos
idata
Employee
406 Views

Hi, excuse me the platform is mi pc with ubuntu 16.04 (No Virtualbox)

0 Kudos
idata
Employee
406 Views

@Tome_at_Intel Looks this stays here in terminal

 

making compile

 

mvNCCompile -w bvlc_googlenet.caffemodel -s 12 deploy.prototxt
0 Kudos
idata
Employee
406 Views

@Tome_at_Intel do you have idea that what happens ?

0 Kudos
idata
Employee
406 Views

@jdavidguerrero Can you try running the hello_ncs example and copy and paste the log here? Also to make sure your NCS is being detected, can you do a dmesg or lsusb check and copy and paste the log here also.

0 Kudos
idata
Employee
406 Views

@Tome_at_Intel look the output is strange, because my pc recognize the stick

 

Output dmesg

 

[ 983.609091] usb 2-4: new high-speed USB device number 2 using xhci_hcd

 

[ 983.762981] usb 2-4: New USB device found, idVendor=03e7, idProduct=2150

 

[ 983.762987] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3

 

[ 983.762991] usb 2-4: Product: Movidius MA2X5X

 

[ 983.762994] usb 2-4: Manufacturer: Movidius Ltd.

 

[ 983.762996] usb 2-4: SerialNumber: 03e72150

 

Output of hello_ncs.py

 

D: [ 0] ncDeviceCreate:307 ncDeviceCreate index 0

 

D: [ 0] ncDeviceCreate:307 ncDeviceCreate index 1

 

D: [ 0] ncDeviceOpen:501 File path /usr/local/lib/mvnc/MvNCAPI-ma2450.mvcmd

 

I: [ 0] ncDeviceOpen:507 ncDeviceOpen() XLinkBootRemote returned success 0

 

I: [ 0] ncDeviceOpen:536 XLinkConnect done - link Id 0

 

D: [ 0] ncDeviceOpen:550 done

 

I: [ 0] ncDeviceOpen:552 Booted 4-ma2450 -> VSC

 

I: [ 0] getDevAttributes:373 Device attributes

 

I: [ 0] getDevAttributes:376 Device FW version: 2.4.2450.f0

 

I: [ 0] getDevAttributes:378 mvTensorVersion 2.4

 

I: [ 0] getDevAttributes:379 Maximum graphs: 10

 

I: [ 0] getDevAttributes:380 Maximum fifos: 20

 

I: [ 0] getDevAttributes:382 Maximum graph option class: 1

 

I: [ 0] getDevAttributes:384 Maximum device option class: 1

 

I: [ 0] getDevAttributes:385 Device memory capacity: 522073264

 

Hello NCS! Device opened normally.

 

I: [ 0] ncDeviceClose:742 closing device

 

Goodbye NCS! Device closed normally.

 

NCS device working.
0 Kudos
Reply