Пікірлер
@un1verse_ua_wot
@un1verse_ua_wot 8 сағат бұрын
Hi! I've just started digging into RL and cannot understand one point: You always show at the end the "last transition" path. I can understand why the algorithm always finds the correct and optimal way when we use the policy random + known value, but why when we are using only random policy the algorithm still get to the final point (I mean even when we are using MC and TD principles). I see, that the algorithm can build the Look-up table, and when we are using MC/TD it makes this much quicker, but why does it start always getting the max value after some amount of interatons?
@valery4653
@valery4653 Күн бұрын
Thanks a lot for this perfect explanation!
@giovanninovelli3077
@giovanninovelli3077 Күн бұрын
Hi, I'm using a Witty Pi4 L3V7 as a power management board for my project with a Raspberry Pi Zero 2W. I use two 10Ah 3.7V Li-Po batteries in parallel, and it works great. The board has an integrated RTC, and with the software, you can schedule the Raspberry Pi's power-up and shutdown. Moreover, the board's software allows you to monitor energy consumption in real time, including battery voltage, current drawn from the battery pack, and more.
@LukeDitria
@LukeDitria Күн бұрын
Unfortunately I need something that goes underneath the Raspberry Pi as the AI HAT is blocking the gpio pins
@Sleekflight1
@Sleekflight1 3 күн бұрын
Really interesting Luke, great work. Going through your channel is a treasure trove. Love your unique offering of short to medium practical ai applications.
@LukeDitria
@LukeDitria 3 күн бұрын
Thanks for the feedback!
@sagarbarai
@sagarbarai 5 күн бұрын
So it was straightforward interface with jetson nano or you needed to make some alterations to camera module ?
@LukeDitria
@LukeDitria 5 күн бұрын
I believe you still need to modify the camera with the new Jetsons, but I haven't looked into it much yet.
@yougeo
@yougeo 5 күн бұрын
So it's interesting so the Nvidia computer can actually train models. And the raspberry pi with the AI hat is much better at just running pre-trained models which as you say is probably what most robotics or self-driving car or other kind of developers really want. They probably don't want to retrain a bunch of models or train a bunch of models for scratch they want to be able to run this stuff that the experts have already trained and just quickly slap it on to whatever machinery they're using and make it work. And I do think you're right that that's probably what most hardware developers want. It will help however be fun to see what develops with the super in terms of online people developing open models and training them and how they train them because that would also be fun to get into but can't as easily directly lead to products. Or even your own home products.
@LukeDitria
@LukeDitria 5 күн бұрын
In terms of raw power, the Jetsons win so they have that going for them. But I think there is a push for faster, smaller and lower powered models.
@yougeo
@yougeo 5 күн бұрын
Thank you for explaining the differences so clearly and succinctly and not patting your video like everybody else does these days. That earned a subscription.
@chinmayborwankar9608
@chinmayborwankar9608 5 күн бұрын
Hi, I am trying to do sequence to vector prediction where a fixed length time series is used to predict some set of parameters. (Imagine having ECG graph of patient as time series and then trying to predict patient's BP , pulse rate and other cardiac parameters). What's most suitable for such task ? I was trying to use self-attention mechanism with no success.
@LukeDitria
@LukeDitria 5 күн бұрын
Using a Transformer would work. You'd need to chunk up your time series input. Doing something similar to the text classification Transformer might be suitable, but you'll be doing regression.
@chinmayborwankar9608
@chinmayborwankar9608 5 күн бұрын
I have data samples, where each sample is represented by 200 x 6 (time steps x features) numeric time series, while the label for each sample is 4 x 1 numeric vector. I tried to train multitask self-attention network (like transformer), but all it gives me is (roughly) an average 4 x 1 vector of all the training samples. Can you please make video where we train transformer (or LSTM with attention ) for (numeric time) series to (numeric) vector prediction model ?
@LukeDitria
@LukeDitria 5 күн бұрын
Have a look at my response to your other comment
@BrockGunterSmith
@BrockGunterSmith 6 күн бұрын
Easily the single best video I have watched yet, over many years, that clearly and intelligently breaks down the basic development, testing and deployment of an edge AI system. BRILLIANT! Thank you so much 🎉
@LukeDitria
@LukeDitria 6 күн бұрын
Thanks!
@JirayuVijjakajohn
@JirayuVijjakajohn 6 күн бұрын
Have you ever successfully convert .onnx to .hef file?
@LukeDitria
@LukeDitria 6 күн бұрын
Yeah, I've got it to work with a custom trained YOLO model. It's not the easiest thing to do, unfortunately, but it did work. I might make a video on how to do this for the AI HAT and camera
@americo9999
@americo9999 7 күн бұрын
😮
@LukeDitria
@LukeDitria 7 күн бұрын
🤯
@charlesward4179
@charlesward4179 7 күн бұрын
Parrafin based oil
@charlesward4179
@charlesward4179 7 күн бұрын
Fill with transformer oil you find in powerline transformers its perfect for insultation and heat distributor
@michaelcleary5205
@michaelcleary5205 7 күн бұрын
Just put a heat sink the size of your fist if you have that much room
@LukeDitria
@LukeDitria 7 күн бұрын
I need to get the air out of the box
@skyak4493
@skyak4493 8 күн бұрын
I agree with the conclusion but the video didn’t cover WHY the Pi +AI HAT is the way to go. I presume the Pi hat has an NPU that does small bit vector functions as well as the Nano doing large ones -is that the trick?
@LukeDitria
@LukeDitria 7 күн бұрын
The AI HAT has a Hailo 8 neural network accelerator, the model runs completely on the HAT. To run any modern deep learning model at any useful speed you need some sort of accelerator.
@JohanNewazJohn
@JohanNewazJohn 6 күн бұрын
You can use the Hailo AI m.2 on the Jetson.
@JohanNewazJohn
@JohanNewazJohn 6 күн бұрын
There’s no reason why you can’t run everything raspberry pi on the Jetson Orin. And there’s no way you can say the Hailo has it “beat”. Unlike the pi, the Orin can even hook up two Hailo or a Hailo and a TPU CORAL.
@LukeDitria
@LukeDitria 6 күн бұрын
@JohanNewazJohn what do you mean? The Hailo literally had better performance on those two factors I mentioned? And why can you not hook the PI up to two or more Hailo modules? You absolutely can, people have done it.
@M5CH3F
@M5CH3F 8 күн бұрын
I'd imagine the black door and window don't help the cooling much. My thought was to use a reflective face or light color with a "peephole" for the camera. I'm uncertain whether or not having a reflective surface would cause issues with the camera lense. However, I've no clue what I'm talking about in regards to your project. Cool to see what you're working on! Thanks for sharing!
@LukeDitria
@LukeDitria 8 күн бұрын
Yeah, the next enclosure will have a smaller window for the camera
@Sebastian-SaschaHelfinger
@Sebastian-SaschaHelfinger 8 күн бұрын
Nice (size) comparison. I'm curious for the result.
@LukeDitria
@LukeDitria 8 күн бұрын
Thanks!
@dvr6806
@dvr6806 9 күн бұрын
Namo? Lol
@LukeDitria
@LukeDitria 9 күн бұрын
oops..
@James-mv9qx
@James-mv9qx 9 күн бұрын
Thanks, saved me some money buying a jetson without thinking about the use case. I just got the Pi5 and AI hat and just using it for inference. Have you found a way to connect an SSD instead of the SD card? I hear inference will be better on an SSD
@LukeDitria
@LukeDitria 9 күн бұрын
Unfortunately this AI HAT takes the PCIe spot, I believe Pineboard has a version that splits this to allow NVMe and the Hailo 8L
@rostislavbroz5675
@rostislavbroz5675 10 күн бұрын
Could you please send me a link to the raspi battery supply you're using? Loved the video
@LukeDitria
@LukeDitria 10 күн бұрын
It's just the Raspberry Pi 5 18650 UPS
@50shadesofbeige88
@50shadesofbeige88 10 күн бұрын
The Pi is a berry flexible platform. As a phone engineer, i could see why the Pi woild be a better choice for this. Though I would love to see how the performance is on a SD 8 Gen 3 that's got some power and thermal headroom.
@williamfosterXD
@williamfosterXD 12 күн бұрын
A smart phone is probably the ideal hardware for this. High res camera, 4G networking and ai accelerator all in 1 device. Just plug it into the solar power board.
@Karan-h2f8t
@Karan-h2f8t 13 күн бұрын
hey i just preprocessed the data ,building tokens,vocab,and everything from scratch using pytorch and nltk i and trained a model which predict the next word and i saved the model for later use, then i decide to train the model on a different dataset so i loaded the previous model to train on a new dataset but there is an error for vocab size mismatch because the dataset i used to train the model first time is different from the dataset i used second time to train so i am just wondering what can i do to train the model on different dataset by using my own model trained on some data. i am using the transformer architecture for this i hope i explained it well because my english is not that good i am using word level tokenizer
@LukeDitria
@LukeDitria 13 күн бұрын
Replied to your discord comment
@karpkatcher1070
@karpkatcher1070 13 күн бұрын
Moving parts without wear? A Engineers dream come true.
@svkchaitanya
@svkchaitanya 14 күн бұрын
Thanks dude
@andresdelagarza1750
@andresdelagarza1750 15 күн бұрын
So glad I found your channel
@themagician9535
@themagician9535 15 күн бұрын
Hey man did u figure out how to connect the ups to a solar panel? I got the same ups and was js wondering thanks!
@LukeDitria
@LukeDitria 15 күн бұрын
You can just connect the solar panel to the DC charging input via a buck converter to regulate the input voltage to be around 12v.
@GreenGlassGoober
@GreenGlassGoober 17 күн бұрын
the uranium adds flavor.
@Sammitche
@Sammitche 19 күн бұрын
Nevermind my question was answered lolololol
@Sammitche
@Sammitche 19 күн бұрын
Are you converting the strings input from chat into g code?
@gavinleepermusic
@gavinleepermusic 19 күн бұрын
What a cool project! Would love to pick your brain some time about something similar I'm working on.
@mariodelcid11
@mariodelcid11 19 күн бұрын
what do you like better? jetson nano or raspberry based?
@LukeDitria
@LukeDitria 17 күн бұрын
Jetson Nano dev kits are less suitable for an end-project
@whoami5955
@whoami5955 19 күн бұрын
LGTM
@LukeDitria
@LukeDitria 19 күн бұрын
Thanks!
@Minicoup58tv
@Minicoup58tv 20 күн бұрын
Finally found the part of KZbin where things happen
@Minicoup58tv
@Minicoup58tv 20 күн бұрын
Do you mentor?
@LukeDitria
@LukeDitria 20 күн бұрын
Not really "mentor" I have a discord where you can ask questions ect.
@keithsutton9538
@keithsutton9538 21 күн бұрын
Yeah that's super cool
@carlosgambato9928
@carlosgambato9928 22 күн бұрын
Hello, thank you for this tutorial, I managed to find a 1 F 5V capacitor I wanted to install it on my Jetson Nano but from the video I can't see where you connected the positive terminal could you send me a diagram? thanks
@LukeDitria
@LukeDitria 19 күн бұрын
Hi, there's lots of diagrams online for the jetson nano rtc battery
@starorden
@starorden 23 күн бұрын
0 fps, a lot of hassle with the power supply system and low efficiency.... For what? 🗿
@LukeDitria
@LukeDitria 23 күн бұрын
What? Everything you said was wrong...
@AutomotiveRush
@AutomotiveRush 23 күн бұрын
What does it do
@glenmokoka
@glenmokoka 24 күн бұрын
This was my Final Year Project, although my angle was to have it detect at night near human settlements since wild animals usually come out around that time. Cool stuff, mine ended at prototyping phase due to limited budget, but its kinda cool to see you take things much further.
@LukeDitria
@LukeDitria 24 күн бұрын
Awesome! This is just a prototype at this stage, I'm currently working on the next version .
@nestorcbe
@nestorcbe 25 күн бұрын
How expensive was the training?
@LukeDitria
@LukeDitria 25 күн бұрын
I didn't do any training?
@n8blank
@n8blank 26 күн бұрын
Cool stuff! Keep going man 😀👍
@LukeDitria
@LukeDitria 26 күн бұрын
Thanks!
@JustmfingG
@JustmfingG 26 күн бұрын
Wtf was that dick smith 😂
@openroomxyz
@openroomxyz 27 күн бұрын
That's nice if you would leave it somwhere where there are a lot of animals it could create a big dataset xD
@LukeDitria
@LukeDitria 27 күн бұрын
Yeap!
@ramzibouderrah7425
@ramzibouderrah7425 27 күн бұрын
wonder how many species it detected total
@LukeDitria
@LukeDitria 27 күн бұрын
Species identified is one of the things in working on now!
@ramzibouderrah7425
@ramzibouderrah7425 27 күн бұрын
@LukeDitria great keep up the good work !
@Santix79
@Santix79 28 күн бұрын
Texas?
@LukeDitria
@LukeDitria 27 күн бұрын
I believe it's made there yes
@ramzibouderrah7425
@ramzibouderrah7425 28 күн бұрын
Drone content when 👀👀👀
@LukeDitria
@LukeDitria 28 күн бұрын
Got a few things in the works...
@datawithamber
@datawithamber Ай бұрын
This is awesome stuff, thank you for sharing
@LukeDitria
@LukeDitria Ай бұрын
Thanks!
@Charlie_Timo
@Charlie_Timo Ай бұрын
would this be possible to do with a Bambulab A1? I'm trying to figure out ways on how I could control it by code but I got no clue honestly
@LukeDitria
@LukeDitria Ай бұрын
I'm not sure, I don't have access to one to try