Тёмный

Easy Machine Learning on Arduino/Raspberry Pi with DFRobots HuskyLens! 

GeekToolkit
Подписаться 18 тыс.
Просмотров 24 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@jeffro5713
@jeffro5713 3 года назад
Very nicely done video tutorial I really appreciate you taking the time to review the product. I own two of the HuskyLenses and would encourage you to do a second or maybe even a third video if required on the advanced features. Features such as saving a model to the sd card and saving a photo to the sd card and how you can access the facial recognition/color recognition etc... from code. Once again thank you and I must add probably one of the most informative videos I have seen on the HuskyLens. I look forward to seeing more videos from you.
@geektoolkit
@geektoolkit 3 года назад
Thankyou! I'll look into that. I'm honestly still exploring and learning it! I have facial recogntion plus keystrokes working using an arduino leonardo which opens up some fun things. I'll keep digging into it...I haven't gotten into the sd card yet, and wasn't sure if I could load my own models...I"ll have to look into that!
@eotheleo83
@eotheleo83 3 года назад
Great rundown nd review!
@geektoolkit
@geektoolkit 2 года назад
Glad you liked it! It's a super fun device
@indianarduinoprojects8753
@indianarduinoprojects8753 2 года назад
I found a similar AI camera like huskylens which is 'esp32 Cam ' It is a lot more cheaper than huskylens And can do all those operations like face recognition, tag recognition, object recognition ,etc so esp32 works in similar manner like huskylens or it is different And which will be better for me if I'm planning to build a advanced robo
@XO_PT
@XO_PT 2 года назад
What camera is it?
@indianarduinoprojects8753
@indianarduinoprojects8753 2 года назад
@@XO_PT huskylens
@nanawang9755
@nanawang9755 3 года назад
How to keep teens from unhealthy games? Here we go! Thank you so much! That's really a great solution!
@geektoolkit
@geektoolkit 3 года назад
I wish I had this when I was a teen....I would’ve probably not cared about games... This would’ve been the game!! Glad you liked it!
@dungnguyen-si2sz
@dungnguyen-si2sz 4 месяца назад
Sir, if I want to teach it some hand custom gestures, is it possible? Because its object recognition might not pretty well.
@pieterrossouw8596
@pieterrossouw8596 2 года назад
Very cool. Is there a way to feed it video data from a different source?
@geektoolkit
@geektoolkit 2 года назад
There is not sadly. It’s all a built in system
@Umtree
@Umtree Год назад
Can the camera be extended away from the board with a longer ribbon cable?
@geektoolkit
@geektoolkit Год назад
You'd have to ask the maker on that one. Some sensors are incredibly sensitive to the trace and cable lengths, others have some play. I'm not sure.
@gmeardi
@gmeardi 2 года назад
It would be interesting to integrate it with Home Assistant... for domotics. Do exist any elaborations out there? Thanks!
@geektoolkit
@geektoolkit 2 года назад
not yet. I'm planning on trying that in a few months when I move into my new house and set it up though...it'd be VERY cool for sure. I'll post an update then
@ewetoobie
@ewetoobie 4 месяца назад
just seeing this now. I would need it to detect something new, orange traffic cones. Can it be trained to do that reliably? Are external models usable, or do I have to point it at 100 different cones and push the button each time?
@indianarduinoprojects8753
@indianarduinoprojects8753 2 года назад
How does the object tracking mode works for huskylens. I mean what output does the huskylens send to arduino for tracking objects
@geektoolkit
@geektoolkit 2 года назад
You get basically the x/y position and bounding box if I recall right. But the actual video stream itself never leaves the device.
@hirowaysat8771
@hirowaysat8771 3 года назад
Thanks for this nice video it really explains a lot and easily. My only question is; is there a way to copy the "learned face / objects" to another huskylens. I've searced their original web site, had a look at the docs -with no answer. Already googled on it (maybe I'm asking wrong questions don't know). It won't be feasible for me to run thru the learning curve every time I make another bot... And again thank you for this video.
@geektoolkit
@geektoolkit 3 года назад
I’m glad it helped! As for your answer I don’t know but I don’t believe so. It’s very good at quick prototyping but to translate learned models you may have to look into a tensor flow solution.
@Liebendan
@Liebendan Год назад
Is it possible to use this on arduino turret? Would be great to see you di this if possible.
@geektoolkit
@geektoolkit Год назад
I no longer have access to mine, so I couldn't tell you, but it sends pretty standard serial descriptions from the device, so if you can map the x/y coordinates of what the camera sees to 'real space' then you should be able to have a turrent follow someone. Please don't do anything terrible with that info :)
@brendanquinones3751
@brendanquinones3751 Год назад
A love this video. I’m curious, can it learn to detected a person’s covered face like a gowning process? I’m working on a project and I’m using a ESP32-CAM but all I can make it do is to identify if a person is using a mask by not detecting a face.
@bazabaza7821
@bazabaza7821 Год назад
Great video! Can be this be connected to esp32 devices please?
@compubyte2010
@compubyte2010 2 года назад
Okay, only 6 chess pieces to learn, and there is a few free already build chess databases for arduino / RPi .. I just don't understand how to hook them together.. I'd like to 3D print a Robotic ARM , and use a HUSKYLENS as a camera and AI for the chess pieces etc.. to move the correct piece and have it play against me. Id love to see that project done!!!
@justateadrinker5770
@justateadrinker5770 3 года назад
hey there! i know this things has object detection and machine learning I'm currently building a walking robot similar to the Boston dynamics dog. Does this this lenses allow it to detect stairs and climb them?
@geektoolkit
@geektoolkit 3 года назад
That sounds awesome! I don't think this would be the sensor for what you're looking to do. It's good at detecting an object, but something like stairs is a bit complex. If you want your dog to recognize you, or chase a ball, or use QR codes to know what room it's in...this would help there. But stairs is a repeating 'object' that I don't believe this would help with sadly. I think you may need a sensor array, and that this would however be useful for other scenarios (like the ball one I mentioned)
@justateadrinker5770
@justateadrinker5770 3 года назад
@@geektoolkit nice thank you so much, and thank you for the reply
@tuamiga-amigo
@tuamiga-amigo 3 года назад
Huskylens can be used with the raspberri PI3 + plus?
@geektoolkit
@geektoolkit 3 года назад
Yes via python!
@johnpaulbajao3151
@johnpaulbajao3151 3 года назад
Where can i find the algorithm code of face recognition ?
@geektoolkit
@geektoolkit 3 года назад
It’s part of the firmware for the huskylens. You’d have to ask DFrobot
@seemantadutta
@seemantadutta Год назад
Can it recognize dogs as an 'object'? I have a project in mind that would need it to recognize my dog.
@geektoolkit
@geektoolkit Год назад
Not that I could see when I used it (it's been a while). I ran through all of the things it did at the time when this was made..but it may have updates or you can reach out to them to see if they have updated the models. If you've got local network support, I know that deepstack running in docker can process and detect things like cat/dog/bird and such.
@3bdelra7mansale73
@3bdelra7mansale73 Год назад
i have a question, like can i get an audible output from this haskylens by using a raspberry pi 4 and earphones?? another question... can i put another model like text reading or text recognition and reads that ticket??
@geektoolkit
@geektoolkit Год назад
There’s no mic and the video is never passed through. So no audio from the camera stream. For models I’d contact them directly to understand what you can and can’t upload to it. It states it had model updates that could be done but I didn’t test that feature
@3bdelra7mansale73
@3bdelra7mansale73 Год назад
@@geektoolkit oh okay,, so i need a help,, so now i am working on a project for helping blind people with a smart glasses which its concept works as an input a video and an output which will be vibration or some loud tunes from a buzzer,, now i would use that haskylens as an object detection and as a feedback for what it detects it will make a vibration.... So can haskylens help me with that or using and programming a normal lens will be more efficient however i will use raspberry pi 4 and I don't have much time as it's a competition... So i need some advices from someone professional as you
@HumbleHustle101
@HumbleHustle101 2 года назад
Can this thing be used for OCR?
@geektoolkit
@geektoolkit 2 года назад
No it doesn’t have an OCR model built in
@HumbleHustle101
@HumbleHustle101 2 года назад
@@geektoolkit can you recommend any?
@geektoolkit
@geektoolkit 2 года назад
I can’t I haven’t used any myself
@piotr.wozniak
@piotr.wozniak 3 года назад
Wow!
@غسانشنانة
@غسانشنانة 2 года назад
Hello, can you help me with the vision sensor?
@geektoolkit
@geektoolkit 2 года назад
What is it you’re Looking to do?
@غسانشنانة
@غسانشنانة 2 года назад
Hello, I'm looking for the code that the servo works with through the optical sensor. I can't find an Arduino library that works, so what should I do? Can you send me a code with the library, please.
@geektoolkit
@geektoolkit 2 года назад
@@غسانشنانة I don't have anything put together there currently to send you. Do you have servo code outside of the optical sensor that works? I usually use the sample servo code and then past that into the ino file and go from there.
@غسانشنانة
@غسانشنانة 2 года назад
@@geektoolkit Yes I have and I control it with the joystick
@jamesmaki
@jamesmaki 3 года назад
That is a really cool gadget. You mentioned you don't have to upload your own models because of the built-in capabilities. Are you still able to use your own custom TensorFlow models if you want to?
@geektoolkit
@geektoolkit 3 года назад
From what I can tell it uses a format called Kmodel. The devs mention you can upload your own trained models how ever in the forums those that have tried haven’t had luck yet. It’s also mentions that if you do, you’d have to upload one of the types that it already supports. So short answer is you should be able to but apparently doesn’t work. So ..I guess no. :)
@melvinolson8381
@melvinolson8381 3 года назад
This modul is great, most should be patterned like this.
@geektoolkit
@geektoolkit 3 года назад
Yeah! I’m really impressed with how well it works and just how simple things were. I am now excited to come up with scenarios for it :)
@devanlynk7909
@devanlynk7909 Год назад
can it recognize fast moving object(hockey puck)?
@geektoolkit
@geektoolkit Год назад
No sadly. I think you'd need something with maybe 120fps camera for that, and one heck of a processor. That would be an amazing project though! This just doesn't have that level of performance
@devanlynk7909
@devanlynk7909 Год назад
OK, thank you for the quick response. I’ve started watching your video so you do good work so I have now subscribed… Do you know of a vision system that would detect a puck?
@geektoolkit
@geektoolkit Год назад
@@devanlynk7909 I don't offhand. I think one thing I can help with is what you want is not only something that can detect a puck, but an algorithm and then the compute to process it. I'd say you may be best off with a high FPS camera and a small form factor PC to pull that off so you can tweak the algorithm and such, and separate the need of a high FPS camera with the computing power needed
@akumal5819
@akumal5819 3 года назад
Im wondering about the range.can it recognize a human face 20ft away?
@geektoolkit
@geektoolkit 3 года назад
no. I just got to test this, the max range I was getting reliably was about 8feet. 20 feet I think you'd need something with a lens
@akumal5819
@akumal5819 3 года назад
@@geektoolkit Thanks
@geektoolkit
@geektoolkit 3 года назад
Im disappointed because I had a scenario where it would’ve required 20 feet myself!!! If you find anything that can do 20 feet let me know please!
@jeffro5713
@jeffro5713 3 года назад
@@geektoolkit Details in the face get distorted as they get further away this is the reason for the issue. Since the camera is a ov2640 you might find a fish eye or wide angle lens that will fit it and that would give you a greater distance.
@geektoolkit
@geektoolkit 3 года назад
@@jeffro5713 Oh I like that Idea! I may actually have a lens that I can try..I'd gotten a 'lens kit' a while back. I'll have to give that a shot.
@jakecreatesstuff
@jakecreatesstuff 2 года назад
I’ve been looking into something like this for a quick object recognition for my robot, is it possible to switch between the different detection modes in the Arduino code?
@JamesHeick
@JamesHeick 3 года назад
who disliked this?
@geektoolkit
@geektoolkit 3 года назад
People dislike videos for all sorts of reasons, and I don’t mind that. Those that appreciate them is why I do it and where I focus!
@Unforseenak
@Unforseenak 2 года назад
:)
Далее
Machine Vision with HuskyLens
44:21
Просмотров 135 тыс.
Every Developer Needs a Raspberry Pi
27:27
Просмотров 795 тыс.
How AI Protects My Garden from Rabbits
14:22
Просмотров 3,2 тыс.
SBCs: It's time to ditch microSD
8:55
Просмотров 462 тыс.
Getting Started with LIDAR
47:27
Просмотров 1,4 млн
Google Just Turned the RPi into a Supercomputer...
5:42
Pixy 2 Machine Vision Camera Review with Arduino
9:34