Closed Paper-Folding closed 1 year ago
@andrei-kochin, can you ask someone familiar with MYRIAD plugin to take a look?
@Maxim-Doronin could you please ask someone to take a look?
It looks like it is NCS2 hardware issue, while taking part of NCS2, it can be seen that the iron piece at the rear is somewhat causing the stick to have short pass. After removing it the issue looks like somewhat to be resolved. A physical solution, I guess. @andrei-kochin @Wovchena
What happened?
I was using the face recognition demo from open_model_zoo using NCS2, and in the middle of inference, it stopped functioning and the opencv output frame freezes at the last frame.
I'm using raspberry pi with buster version, here is the output of
uname -a
:At the time it freezes, when I type
lsusb
in terminal, I can see that the NCS2 has reported an incomplete device name (Intel
):Normally, it should display the name
Intel Movidius MyriadX
From
dmesg
, something not right was found: from the image below we can see that it show a messageUSB disconnect, device number 5
and then the NCS2 connected to usb port with number 6:Here is the full log of
dmesg
:And if I reboot at this time, it won't do anything, it will only show me
RuntimeError: Failed to allocate graph: MYRIAD device is not opened.
to me, and the device cannot be found inlsusb
even if I did not do anything to NCS2 physically:I was using
python3 face_recognition_demo.py -i 0 -d_fd MYRIAD -m_fd intel/face-detection-retail-0004/FP16/face-detection-retail-0004.xml -d_lm MYRIAD -m_lm intel/landmarks-regression-retail-0009/FP16/landmarks-regression-retail-0009.xml -d_reid MYRIAD -m_reid intel/face-reidentification-retail-0095/FP16/face-reidentification-retail-0095.xml --verbose --run_detector --output_resolution 800x600 -fg /home/pi/faces
to run the demo,and my opencv is compiled and build myself on raspberry pi with gstreamer support from
opencv-openvino
branch with version4.5.2-openvino
, here is the full log of it:My openvino was using 2022.1.0 version.
Can anyone help me?