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Ай бұрын
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-ue7mw7hg7n7 күн бұрын
5 likes time to give us an update on your progress
@AnakChan29 күн бұрын
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Ай бұрын
I love you man 😭 literally saved my life
@gearscodeandfireАй бұрын
Great episode, new fan
@damanivu7 күн бұрын
WOW! What a great video. Found you on IG. Thank you.
@ec11368Ай бұрын
Thank you very much for all the information
@matthewkolb995014 күн бұрын
Great content! I would love a video showing us how to create and implement a custom model. Thanks!
@Core-Electronics5 күн бұрын
Its on our to-do list!
@adarshshaji4329Ай бұрын
Is it work on multiple object detection with facial recognition in projects like real time ppe monitoring system
@EriiiiiiiickАй бұрын
AWESEOME. THANK U SIR
@BrawlStars-sm1elАй бұрын
Can't wait when you will show, how to scan QR codes on raspberry pi 5.
@PhatTran-cp8yf17 күн бұрын
please help for full screen displayed in Hailo detection app. I am appreciated for any support!
@zullakai92743 күн бұрын
Do you think it possible to create model that can detect sign language and use the hat at the same time
@Core-Electronics2 күн бұрын
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.
@tuncfreeman6 күн бұрын
🎉 Thank you for informative video. I have a question about: Is it compatible with Raspberry Pi 4B 8 GB?
@Core-Electronics5 күн бұрын
Unfortunately it isn't, this uses the PCIe slot which was introduced with the PI 5.
@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Ай бұрын
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!
@ywhenry18 күн бұрын
Can we connect to security camera via rstp?
@Core-Electronics16 күн бұрын
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Ай бұрын
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Ай бұрын
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Ай бұрын
Can 2 cameras be ran simultaneously on 1 pi with the AI + hat?
@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-oj3bo29 күн бұрын
Hi, do you know how to use webcam and ip-cam with RP5 + Hailo?
@Core-Electronics28 күн бұрын
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/
@jaimevalerio35928 күн бұрын
Can I count the number of green cars the camera sees ? Or the number of red skittles in a bag?
@brunofilipe7310Ай бұрын
Can we use the new AI Pi Camera ? If yes, can we even acelerate the processing with it ?
@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Ай бұрын
@Core-Electronics Yes we can, i tested but i wish that were somehow campatible to accelerate even more the process
@cherianmpaulАй бұрын
Is there a pipeline code for facial recognition, so I can use the AI hat for face recognition?
@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Ай бұрын
@@Core-Electronics Thank you for your response! :)
@halbgeboren129119 күн бұрын
There is an error when you type ./install.sh
@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Ай бұрын
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.b123820 күн бұрын
how do I train the model to only recognize chickens?
@Core-Electronics19 күн бұрын
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.b123815 күн бұрын
@@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-Electronics2 күн бұрын
If it works, it works. Didn't know it recognises chickens as birds but helpful info, cheers!
@kritikusi-666Ай бұрын
hide pies, this guys coming after them. LUL
@Core-ElectronicsАй бұрын
Are we talking meat pies or Raspberry Pis? Cus ill take both.