Excellent ! can it detect patterns like aruco markers or qr code pattern ?
@ExpatProfessor2 ай бұрын
You do not need any Coral Edge TPU to detect these things you've mentioned. An USB camera and any machine, even Raspberry Pi is capable of doing it with the right Python script and libraries.
@WFB-ng2 ай бұрын
@@ExpatProfessor Hi, I have done that alreday; kzbin.info/www/bejne/hJOkqmSLa55npMU I was thinking if google coral usb accelerator could enhance the performance of my system in terms of video resolution which is currently 640x480 to may be 1080p or atleast 720p and fps which is currently 15-20fps to minimum 30 fps.
@sosome16 ай бұрын
Thank you for posting this great tutorial. I was looking for it for quite a while. I am looking for a board to place inside my car. I want to use realtime object detection to recognise whenever a certain type of car is passing by in front of my car. And I want the board to notify me by 4g/lte sms( no wifi connection so i have to add a gsm/lte/4g module I am looking at 2 boards: 1. Raspberry pi 5 8Gb with Google Coral USB Accelerator 2. Google Coral Dev Board 4Gb Which one is the best option?
@ExpatProfessor6 ай бұрын
Hello, either one is fine as long as the RB Pi is hooked to google coral edge TPU. It can even be RB Pi 4. I tested RB Pi 5 and the efficiency in object detection is minuscule. Great idea to add text sms notification. It did that as my side project and I sent notifications by sms via twilio API with the use of LTE from a hot spot. I did not record any of that however this question gives me the motivation to repeat and post to YT. So the Edge TPU dev board or RB pi 4/5 with edge TPU is all fine!
@sosome16 ай бұрын
@@ExpatProfessor thank you. looking forward to your future videos
@Burgerhs4 ай бұрын
I tried the coral usb on windows and Ubuntu nothing 😢 I'm returning mine I've been trying for over a week now
@ExpatProfessor4 ай бұрын
What a pity, perhaps you could give the Coral Dev Board a try instead...
@Burgerhs3 ай бұрын
What about fedora 40@MachineLearningSebastian
@evgenybenediktov89644 ай бұрын
The problem with all these TPUs is that you can only run the models from the examples. So far, I didn't manage to find a tutorial on how to design and train on an Nvidia card a CNN model that will run on Coral or any other Pi TPU
@rbrisita2 ай бұрын
All NPUs will have their own formats. The approach is to convert existing models to the target NPUs format; number precision and matrix dimensions.
@saramasood4675Ай бұрын
Why its not working anymore
@ExpatProfessorАй бұрын
Do you have any details?
@jxzmh6 ай бұрын
Not working because i have Python 3.11 and I need 3.6-3.9 but doesn’t work to downgrade it
@ExpatProfessor6 ай бұрын
Apparently, the Python version manager tool "pyenv" is the solution. With this library, you can choose the desired version of python maxat-akbanov.com/how-to-install-pyenv-python-version-manager-on-ubuntu-2004
@Warezzfan2 ай бұрын
@@ExpatProfessor Python pyenv also doesn't work. Coral libraries disregard pyenv and only install for older version of Linux which come with python version less than 3.9
@rbrisita2 ай бұрын
@@Warezzfan pyenv local 3.9
@Warezzfan2 ай бұрын
This ONLY works for python version 3.6 - 3.9. NO the "pyenv" doesn't solve the problem. If your OS natively runs with python 3.6 to 3.9 then opt USB Coral, otherwise for newer OS better look for something else. Coral dev team already made enough money out of this product, and are NOT willing to provide support to fix any issues.