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 Diskussionen

Hello, first question == how can we get the detection speed (fps)

idata
Mitarbeiter
1.655Aufrufe

Hello,

 

Just received the new toy, loaded latest dev kit, plugged it in and launched d the python example :

 

python stream_infer.py

 

Are there parameters we can set to show stats about detection speed ?

 

It is running on a MELE PGC03 Minicomputer

 

Intel® Celeron(R) CPU N3450 @ 1.10GHz × 4

 

UBUNTU 16.04LTS

 

So far , so good :smiley:

0 Kudos
4 Antworten
idata
Mitarbeiter
1.313Aufrufe

Here it is , on the "defective" port:

 

[ 3180.618033] usb 1-7: new high-speed USB device number 27 using xhci_hcd

 

[ 3180.759102] usb 1-7: New USB device found, idVendor=03e7, idProduct=2150

 

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

 

[ 3180.759114] usb 1-7: Product: Movidius MA2X5X

 

[ 3180.759118] usb 1-7: Manufacturer: Movidius Ltd.

 

[ 3180.759122] usb 1-7: SerialNumber: 03e72150

 

patrick@UBUNTU-MELE:~/workspace/mvncsdk/ncapi/c_examples$ ./ncs-check -1

 

OpenDevice 7 failed, rc=-2

 

patrick@UBUNTU-MELE:~/workspace/mvncsdk/ncapi/c_examples$ dmesg | tail

 

[ 3180.759114] usb 1-7: Product: Movidius MA2X5X

 

[ 3180.759118] usb 1-7: Manufacturer: Movidius Ltd.

 

[ 3180.759122] usb 1-7: SerialNumber: 03e72150

 

[ 3200.149462] usb 1-7: USB disconnect, device number 27

 

[ 3200.477987] usb 2-4: new SuperSpeed USB device number 8 using xhci_hcd

 

[ 3200.498962] usb 2-4: New USB device found, idVendor=040e, idProduct=f63b

 

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

 

[ 3200.498972] usb 2-4: Product: USBVSC

 

[ 3200.498976] usb 2-4: Manufacturer: Movidius

 

[ 3200.498980] usb 2-4: SerialNumber: DATAC

 

It is doing it on just one USB3 Port, I suspect this is related to the Minicomputer

idata
Mitarbeiter
1.313Aufrufe

Looks like our posts crossed, I'll post my question just in case other members stop by this post:

 

@patrickpoirier can you please copy-paste the New USB device found and New USB device strings lines after you get the error? Also, try to unplug the NCS, re-plug, and run ncs-check again.

idata
Mitarbeiter
1.313Aufrufe

@patrickpoirier Are you still having issues running ./ncs-check -1?

idata
Mitarbeiter
1.313Aufrufe

I had the error on a USB3 port and I switched to a USB2 port and now its OK.

 

I have 2 other USB3 ports but the MOVIDIUS is interferencing with the antenna.. I will need an extension to check if its related to this particular port or USB3 Type.

 

I<ll keep you updated.

Antworten