YOLO Object Detection on the Raspberry Pi AI HAT | Writing Python Scripts

  Рет қаралды 6,628

Core Electronics

Core Electronics

Күн бұрын

Пікірлер: 45
@WATCHMAKUH
@WATCHMAKUH 4 күн бұрын
Very lovely channel to stumble upon when searching up info for the AI Hat….finally a super simple and clear host explaining the code in parts and how it functions and how you can use it to the real world.
@algobit6011
@algobit6011 Ай бұрын
Love all your videos, keep up the great content! I’ve had the AI hat for a while now. I ran all the demo scripts from Halo, but found them “difficult to adapt” to simple use cases such as you demonstrated. Finally i can start using the AI accelerator instead of having it collect dust in my parts bin! I’m looking forward to your next AI tutorial, and hoping that you can show face recognition technique with AI hat, like in one of your recent Pi4 with open CV tutorials. Thank again for sharing your knowledge!
@user-ue7mw7hg7n
@user-ue7mw7hg7n 7 күн бұрын
5 likes time to give us an update on your progress
@AnakChan
@AnakChan 29 күн бұрын
Awesome! I just received my Pi Hat+ & my Pi Camera AI from Core-Electronics today this is a good intro on how to install the req repositories to get starting. Very useful!!
@SuperAdventure11
@SuperAdventure11 Ай бұрын
I love you man 😭 literally saved my life
@gearscodeandfire
@gearscodeandfire Ай бұрын
Great episode, new fan
@damanivu
@damanivu 7 күн бұрын
WOW! What a great video. Found you on IG. Thank you.
@ec11368
@ec11368 Ай бұрын
Thank you very much for all the information
@matthewkolb9950
@matthewkolb9950 14 күн бұрын
Great content! I would love a video showing us how to create and implement a custom model. Thanks!
@Core-Electronics
@Core-Electronics 5 күн бұрын
Its on our to-do list!
@adarshshaji4329
@adarshshaji4329 Ай бұрын
Is it work on multiple object detection with facial recognition in projects like real time ppe monitoring system
@Eriiiiiiiick
@Eriiiiiiiick Ай бұрын
AWESEOME. THANK U SIR
@BrawlStars-sm1el
@BrawlStars-sm1el Ай бұрын
Can't wait when you will show, how to scan QR codes on raspberry pi 5.
@PhatTran-cp8yf
@PhatTran-cp8yf 17 күн бұрын
please help for full screen displayed in Hailo detection app. I am appreciated for any support!
@zullakai9274
@zullakai9274 3 күн бұрын
Do you think it possible to create model that can detect sign language and use the hat at the same time
@Core-Electronics
@Core-Electronics 2 күн бұрын
It might be possible but it would be a very involved task. You would need to start by training a YOLO model to detect sign language which may be the hardest part to do reliably. If you can achieve this though, you can convert the YOLO model to the .HEF format and run it on the HAT.
@tuncfreeman
@tuncfreeman 6 күн бұрын
🎉 Thank you for informative video. I have a question about: Is it compatible with Raspberry Pi 4B 8 GB?
@Core-Electronics
@Core-Electronics 5 күн бұрын
Unfortunately it isn't, this uses the PCIe slot which was introduced with the PI 5.
@Unrealizedlosses
@Unrealizedlosses Ай бұрын
This one is SO much faster than the models in the last video. Do you know if there is a relatively easy way to pull in the yoloworld model here instead of Yolo8 or whatever its using? Or a way to leverage this speed with the way you demonstrated Yoloworld in your last video?
@Core-Electronics
@Core-Electronics Ай бұрын
Unfortunately we are out of luck here. There is no way to usual Yolo method with the HAT as it uses a completely different workflow and needs a model format called HEF. You can convert normal Yolo models to HEF with the Hailo Dataflow Compiler, but it is a little bit of an involved process - not impossible though. You may have some issues with converting Yolo World as well, and once you convert it to HEF, you have locked in the prompt. To change the prompt you would need to re-convert it to HEF. This may change though! The HAT is still relatively new but lots of very clever have access to it, so maybe in time!
@ywhenry
@ywhenry 18 күн бұрын
Can we connect to security camera via rstp?
@Core-Electronics
@Core-Electronics 16 күн бұрын
We do not cover that unfortunately, but it can take in a variety of input sources so there is bound to be a method or library out there that can serve it as an input.
@germancruzram
@germancruzram Ай бұрын
Hello, excellent content on your KZbin channel Do you know any option to adapt the 15-pin cable of the raspberry pi5 camera, to connect via USB and dispense with the flex cable (sometimes very short)?
@Core-Electronics
@Core-Electronics Ай бұрын
Hmmmmm I can't say we have seen one of them before. As a 2nd best, you can get longer camera cables, here is a 0.5 meter one for the Pi 5: core-electronics.com.au/catalog/product/view/sku/CE09777
@nutsandbolts432
@nutsandbolts432 Ай бұрын
Can 2 cameras be ran simultaneously on 1 pi with the AI + hat?
@Core-Electronics
@Core-Electronics Ай бұрын
We have seen examples of it being done, but we weren't able to successfully do it with the Python pipelines. There may be a way to dig around and modify the pipeline to do so, but out of the box and from what we set up in this video, unfortunately no 😔
@SA-oj3bo
@SA-oj3bo 29 күн бұрын
Hi, do you know how to use webcam and ip-cam with RP5 + Hailo?
@Core-Electronics
@Core-Electronics 28 күн бұрын
When we run the --help option to see all the pipeline options you should see the option to instead use a webcam. In the basic_pipelines folder, you will also find a script you can run which detects your webcam name to use with that pipeline option. In terms of IP-cam that might be a little more involved, and if the setup won't natively take an IP-cam as an input, you can definitely find a library to do so. If you need a hand with this, we have a maker forum where you can post this question, we have a lot of makers over there who can help. forum.core-electronics.com.au/
@jaimevalerio359
@jaimevalerio359 28 күн бұрын
Can I count the number of green cars the camera sees ? Or the number of red skittles in a bag?
@brunofilipe7310
@brunofilipe7310 Ай бұрын
Can we use the new AI Pi Camera ? If yes, can we even acelerate the processing with it ?
@Core-Electronics
@Core-Electronics Ай бұрын
Both the camera and HAT need different model formats to run. We haven't tested, but its likely that you could run the AI camera and the AI HAT at the same time on the Pi, but they would both be running separate models. It is extremely unlikely that you could use both together to accelerate the processing even more. We also don't have a solid figure, but I would guess the AI camera is around 4 TOPS (a measurement of computing power). The AI HAT comes in a bigger 26 TOPS version so 4 extra tops wouldn't do that much.
@brunofilipe7310
@brunofilipe7310 Ай бұрын
@Core-Electronics Yes we can, i tested but i wish that were somehow campatible to accelerate even more the process
@cherianmpaul
@cherianmpaul Ай бұрын
Is there a pipeline code for facial recognition, so I can use the AI hat for face recognition?
@Core-Electronics
@Core-Electronics Ай бұрын
Right now we haven't seen anything, Hailo has only provided ones for object recognition, pose estimation and segmentation unfortunately, a good bet you'll see more from the community in the future though!
@cherianmpaul
@cherianmpaul Ай бұрын
@@Core-Electronics Thank you for your response! :)
@halbgeboren1291
@halbgeboren1291 19 күн бұрын
There is an error when you type ./install.sh
@peiboldans6339
@peiboldans6339 Ай бұрын
How can it be used to detect let's say Pikachus? Probably we have to train the model; but can you help us on that?
@Core-Electronics
@Core-Electronics Ай бұрын
You will need a custom model, but thankfully someone may of already trained one for you as there are Pokemon detection models on Hugging Face: huggingface.co/models?other=yolo&sort=trending&search=pokemon The next step is to use the Hailo Data Flow Compiler to turn it into the HEF format that the HAT needs. This can be a bit of an involved process, but its not impossible. If you don't wish to go through converting the model, we also have a guide on running the YOLO model directly without the HAT. It is slower, and doesn't use the processing power of the HAT, but its very easy to use custom models. kzbin.info/www/bejne/jnysnpKIlNd8m7M
@shirin.b1238
@shirin.b1238 20 күн бұрын
how do I train the model to only recognize chickens?
@Core-Electronics
@Core-Electronics 19 күн бұрын
Using a custom model with the HAT is unfortunately quite involved - not impossible, just not easy.Y ou will first need to train a YOLO model to detect chickens, then use the Hailo dataflow compiler to convert the model into the .HEF file format the HAT uses. A good first check would be to see if anyone has already trained a YOLO model to detect chickens, hugging face is a good repository of models and here is a link to pre-trained yolo models. huggingface.co/models?other=yolo
@shirin.b1238
@shirin.b1238 15 күн бұрын
@@Core-ElectronicsMy raspberry pi just arrived and i tested it and it recognized chickens as "birds" so would that be good enough for my automatic chicken feeder??
@Core-Electronics
@Core-Electronics 2 күн бұрын
If it works, it works. Didn't know it recognises chickens as birds but helpful info, cheers!
@kritikusi-666
@kritikusi-666 Ай бұрын
hide pies, this guys coming after them. LUL
@Core-Electronics
@Core-Electronics Ай бұрын
Are we talking meat pies or Raspberry Pis? Cus ill take both.
YOLO Pose Estimation on the Raspberry Pi AI HAT | Writing Python Scripts
17:19
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
How to do Object Detection using ESP32-CAM and Edge Impulse YOLO Model
16:50
Real-Time AI Object Detection Testing (Pi5 AI Kit vs. NVIDIA Jetson)
22:06
Ominous Industries
Рет қаралды 11 М.
NEW Raspberry Pi AI HAT+ Powered by HAILO. 26 TOPS
14:16
leepspvideo
Рет қаралды 29 М.
Raspberry Pi AI Kit - Custom YOLOV8 Object Detection
12:45
Cytron Technologies
Рет қаралды 9 М.
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 184 М.
This tiny computer changes EVERYTHING
15:57
Jeff Geerling
Рет қаралды 910 М.