-
Notifications
You must be signed in to change notification settings - Fork 74
Please help Raspberry users for god sake! #180
Comments
Dear Kazem , @gholibeigian
Your answer will help us evaluate the feasibility of computing and development. Best Regards |
Dear Lewis Liu, I used Opencv's built-in hair cascade on Raspberry Pi 4 to see if anyone was in front of my camera. When someone is in front of the camera, my thermal camera will start taking the person's thermal images! I had a problem! The Raspberry Pi CPU wasn't that powerful. So my raspberry has crashed! That's why I bought the Neural Compute Stick 2. NC2 should do the calculation for face detection. So the Raspberry can dedicate its resources to more important tasks in my project. My code in python3 is something like this: `import datetime Load the model.net = cv.dnn.readNet('face-detection-adas-0001.xml', net.setPreferableTarget(cv.dnn.DNN_TARGET_MYRIAD) cap = cv.VideoCapture(0) if not cap.isOpened():
` However it is not possible to use your Opencv-dnns in the code! It means Python3 on Raspberry pi 4( RPI4-MODBP-8GB) cannot load your face detection model on this line: Load the model.net = cv.dnn.readNet('face-detection-adas-0001.xml', I just need to do the programming in python3 on Raspbian and your Neural Compute Stick 2 does not work on the new version of Raspbian! Best regards, |
sorry for late reply. @gholibeigian Thanks. |
Dear developers,
I use RPI4-MODBP-8GB for my thesis. I bought Intel Neural Compute Stick 2 for my project.
I know you don't have a lot of time writing instructions and you spend so much time writing documentation.
I'm grateful for that, but there is a problem with your project!
None of your instructions work on Raspberry Pi 4. I'm a student and have tried everything to install OpenCV and OpenVino on my Raspberry Pi. I was able to do it last year, but I can't reinstall it with a new version of Raspbian!
I have a good idea for your company! Most Raspberry Pi users are students (we are not professionals like you)
Can you please install OpenCV and Openvino on a Raspberry Pi image and put them on your website ?! So that we can download and use it!
There aren't many Raspberry Pi variants and your sales will increase! More students want to buy such a device with such ready-to-use images!
Or at least write a correct instructions on your website!
I followed these instructions and many combinations of them:
https://www.intel.com.au/content/www/au/en/support/articles/000057005/boards-and-kits.html
https://software.intel.com/content/www/us/en/develop/articles/arm-sbc-and-ncs2.html
https://software.intel.com/content/www/us/en/develop/articles/intel-neural-compute-stick-2-and-open-source-openvino-toolkit.html
https://www.intel.com/content/www/us/en/support/articles/000057005/boards-and-kits.html
None of them has worked and I cannot buy a new stick from Intel. I am a student and not rich (I think your know what I mean)
Best regards,
Kazem Gholibeigian
The text was updated successfully, but these errors were encountered: