I create AI tracking drone using DJI Tello

  Рет қаралды 71,364

RobotAndCode

RobotAndCode

Күн бұрын

The first ever my video in this channel is about converting a DJI Tello quadcopter into an AI tracking drone.
00:26 High level design
01:00 Explanation about DJI Tello features
02:42 Explanation on Tello SDK
03:48 Explanation about YOLO Darknet (an object tracking model)
06:07 Create Python program to send command to Tello
07:47 Create Python program to stream sensor reading from Tello
08:45 Create Python program to stream video feed from Tello
09:28 Download and prepare for training with YOLO Darknet
11:20 Label training images using LabelImg for YOLO training
14:09 Explanation on how image tracked control Tello movement
15:35 Full AI tracking with Tello
Install, Training and Use YOLO the easy way
• Easy Installation, Tra...
Source code for simple Tello SDK
bitbucket.org/RobotAndCode/te...
Source code for simple object recognition using YOLO Darknet
bitbucket.org/RobotAndCode/te...
Source code for YOLO Darknet
github.com/AlexeyAB/darknet
Source code for LabelImg (Images labelling software for training)
github.com/tzutalin/labelImg
Hardware & Software:
► DJI Tello: invol.co/cl1pagp
► Ubuntu 18.04: bit.ly/2zLMJGV
► Intel core i3-9100F @ 3.60GHz: invol.co/clo03f
► ZOTAC GTX-1060 @ 3GB: invol.co/cl1paiq
Recording gear:
► GoPro Hero 5: invol.co/cl1pajx
► BOYA BY-M1 - Lavalier microphone: invol.co/cl1pakt
Facebook: / robotandcode
Twitter: / robotandcode
LinkedIn: / murtadha-bazli-tukimat

Пікірлер: 158
@panagiotis9656
@panagiotis9656 2 жыл бұрын
You're going places dude... great job.
@mikemihay
@mikemihay 2 жыл бұрын
Awesome work!
@Grunderwear
@Grunderwear 4 ай бұрын
Excellent video! I know this is a 3 y/o video now, but I've been doin a lot with Tello EDU swarms lately. You really nailed the CV capabilities. Nice clean code. Very impressive.
@markswaringen923
@markswaringen923 3 жыл бұрын
Great project and video, keep up the excellent work!
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Thanks Mark! 😊
@paulopatto8283
@paulopatto8283 3 жыл бұрын
Wow!!! Great! Congrats for this. Likes It.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Thanks 😊
@junaidhalepota9289
@junaidhalepota9289 2 ай бұрын
Good to see you Bazli! Hope you are well.
@sunnysolution3767
@sunnysolution3767 3 жыл бұрын
Very amazing !!!
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Thanks 😊
@airdog7566
@airdog7566 3 жыл бұрын
Hi, great idea , interesting implementation !
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Glad you find that interesting 😊. Thanks for watching 👍
@turkfx
@turkfx Жыл бұрын
Nice work bro
@LautBiru878
@LautBiru878 3 жыл бұрын
ur work is..woww!!!
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Thanks! 😊
@RealRaw369
@RealRaw369 3 жыл бұрын
God bless you, you are doing well.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Thanks 😊
@xixthz
@xixthz 4 жыл бұрын
Terbaik Bazli. Teknikal kencang vid. Boleh pi jaoh
@aideiramli8549
@aideiramli8549 4 жыл бұрын
Thanks .
@aaronot_not_not
@aaronot_not_not Жыл бұрын
Hello, what did you do in the code for making the drone follow you? You referenced that, but never showed the implementation in the code. Your explanation or source code would be very helpful. Thanks!
@woosal-kc7tr
@woosal-kc7tr 4 жыл бұрын
Impressive and enjoyable. Could you also make a brand new video about the installation, and training process of the newest yolov4 object detector?
@robotandcode1474
@robotandcode1474 4 жыл бұрын
Glad you enjoy it! Sure, I've planned to make video in details on how the installation and training for yolov3 since I'm limited by my GPU at the moment. But the process is very similar.
@woosal-kc7tr
@woosal-kc7tr 4 жыл бұрын
@@robotandcode1474 as yolov4 also was released, you might even try on that one.
@robotandcode1474
@robotandcode1474 4 жыл бұрын
YOLO installation with CUDA and cuDNN published now at kzbin.info/www/bejne/inzGdZ6prZasb6c
@woosal-kc7tr
@woosal-kc7tr 4 жыл бұрын
@@robotandcode1474 Thanks you so much mate, really appreciated!
@jackotatty
@jackotatty 3 жыл бұрын
Hi there, how can I store the get_height() data as an int that can be used later on in the python script?
@BenDextlin
@BenDextlin 2 жыл бұрын
Hello I respect the fact that you try as much as you can to respond to people's comment. My own is, I wrote a OpenCV code for detecting mined and unminned areas for for gold. How do I infuse the code for a Dji phantom to use the code to detect the Mined and unminned areas in the air ? If possible how do I contact connect with you? Thanks.
@eddwinpaz
@eddwinpaz 3 жыл бұрын
I'm trying to control a DJI mavic mini 2 with my linux PC and get the video stream at the same time. Any ideas?
@fumiyaoyakawa4640
@fumiyaoyakawa4640 2 жыл бұрын
Hi, you running the .py on cmd?
@thesound-x9627
@thesound-x9627 3 жыл бұрын
channel malaysia bhai.perhh padu
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Terima kasih 😅
@jackotatty
@jackotatty 3 жыл бұрын
My tello drone keeps moving to the left even though I'm not commanding it to do anything. How can I stop this? What python version do you recommend
@carbkafv
@carbkafv 3 жыл бұрын
Finally got my tello to work for my laptop! The battery really is a pain lol... One question for your face tracking, did you use PID control to make the drone follow you?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Awesome! 👍. Yes, I do use PID control for this.
@thuliocribe103
@thuliocribe103 3 жыл бұрын
he can follow what velocite?
@ourinnovativegamer3565
@ourinnovativegamer3565 2 жыл бұрын
can u tell me which software did you use for writing the program?. As you have told nothing about any of this stuff.
@patricknejad6779
@patricknejad6779 3 жыл бұрын
Hi and thanks for a great video, I'm looking to learn python and wanted to play with Tello, Don't I need the EDU version to do Python? is something missing on the non EDU version that I can do with the EDU version?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, thanks you find it great 😊. Both Tello version can be controlled by SDK over UDP protocol which you can use Python for it. But Tello EDU has more functionality such as swarming.
@jeremyweekly667
@jeremyweekly667 2 жыл бұрын
idk but when i command to take off it doesn't take off, just turning on the motor faster and the sound loud
@geetanjalimhaskar1260
@geetanjalimhaskar1260 3 жыл бұрын
Hey Can u tell me what is the life of tello drone (Means how many month or year I can use it) .I want to buy it now
@mallamasj7019
@mallamasj7019 Жыл бұрын
Is that the model Tello Ryze? thanks for the video.
@maznahbintimatyusof3448
@maznahbintimatyusof3448 6 ай бұрын
Ryze Tello can be programmed??
@aeneaslee3652
@aeneaslee3652 3 ай бұрын
Hi there! It's a nice job. In the source code, I found only several independent files. I don't know how do you do to send the yolo data to the drone. Is that missing, I am really interested in realize the same things on my own:) Thx a lot!
@aqeelyusof7413
@aqeelyusof7413 4 жыл бұрын
Ehh robot boy lama xda jumpa brader hahaha
@dmoore1791
@dmoore1791 3 жыл бұрын
play at 0.75 speed, you'll thank me
@andrewh5640
@andrewh5640 3 жыл бұрын
after i watched it the first time i did just that...because damn that first run was fast! lol but good.
@rayanunknown
@rayanunknown 4 жыл бұрын
hello. can you help me, when I run tello-stream.py I saw this kind of error: Traceback (most recent call last): File "tello-stream.py", line 4, in import cv2 ModuleNotFoundError: No module named 'cv2'
@robotandcode1474
@robotandcode1474 4 жыл бұрын
Hi, you need to install opencv and python-opencv module before run this script. Checkout my snippet for install these module. bitbucket.org/RobotAndCode/workspace/snippets/Eb7dke/easy-install-yolo-darknet-requirements
@jremmo2000
@jremmo2000 7 ай бұрын
I have ryze tello...how to start coding ?
@UrbanAnimalsTeam
@UrbanAnimalsTeam 3 жыл бұрын
Level up idea... Once the drone sees your face and classifies you as you, it locks onto your body so you no longer have to be looking at the drone for it to follow you? Then, the drone could be an action camera? Follow you snowboarding down a mountain? Or doing a line of tricks on a skateboard? Dunno how feasible this actually is, but I think I'm gonna have to have a play.... :D
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Brilliant!! Might try it 😊, there are existing app actually that had this implemented like Tello FPV though.
@UrbanAnimalsTeam
@UrbanAnimalsTeam 3 жыл бұрын
@@robotandcode1474 Could you send me any links to the existing app? I'd like to check it out
@robotandcode1474
@robotandcode1474 3 жыл бұрын
@@UrbanAnimalsTeam I haven’t try this app ever, but here is the link play.google.com/store/apps/dev?id=5552407244136644970
@UrbanAnimalsTeam
@UrbanAnimalsTeam 2 жыл бұрын
@@robotandcode1474 Not sure if you're interested, but I completed this idea for my undergraduate. Video's not great but: kzbin.info/www/bejne/h33GaXeLrrZosJo I used Yolov4t and deepsort. It works perfectly!
@aaronmarkstaller
@aaronmarkstaller Жыл бұрын
Nice. You releasing the code files for this and turning controls?
@luqmanrasyidi1514
@luqmanrasyidi1514 3 жыл бұрын
Hi, thank you for the amazing video, I try some of your coding and it was worked for tello-command but do not work on tello-stream.... I already install the opencv, what I do wrong actually? Do I need to run first tello-command and then run the tello-stream, or I just need to run tello-stream only? Please help me, I'm new with python..
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Just in time, please watch my latest video - getting started on software development with Tello. I updated the script to be more comprehensive. To summarize, you need to run Tello-command script first, enter SDK command then send “streamon” msg. Then after that run tello-video script. Ensure you have opencv installed.
@bubu5659
@bubu5659 3 жыл бұрын
How do I connect the yolov3.weights or yolov4.weights to the tello camera? I've been thinking about this for weeks. Please let me know.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, I stream camera frame from Tello to Python script in my computer and then use Yolo Darknet to process it and classify the object recognized
@mehmetali2634
@mehmetali2634 4 жыл бұрын
great job. which code are you runnning for full tracking mode?
@robotandcode1474
@robotandcode1474 4 жыл бұрын
The full tracking mode code I use in this video is not yet published. Think to keep it private for now until its ready.
@ezguliksariyoll
@ezguliksariyoll 4 жыл бұрын
@@robotandcode1474 you are saying that its not published yet how you can be sure about its not copy version of another apps result you are showing us that you created AI tracking, because there are some app has been introduced using Tello drone tracking
@robotandcode1474
@robotandcode1474 4 жыл бұрын
@@ezguliksariyoll Surely someone has developed this kind of application before me. Even though the behavior might similar but the code implementation is from my own design and perspective (some SDK are derived from others repo too such as TelloPy, PyTello, etc.). On my future incoming video, I'll show some part of my code implementation.
@luqmanrasyidi1514
@luqmanrasyidi1514 3 жыл бұрын
Hi Bazli, I have a question, I'm using Yolov3 as my pre train model to train my object detection model, I want to know how do you eliminate or reduce the latency of video streaming while running a model through tello? What I'm facing now, due to big latency and skipping some frames, my model hardly to detect the object and give faulty detection. I'm hoping you could reply my comment thank you..
@robotandcode1474
@robotandcode1474 3 жыл бұрын
If you face yolo give false-positive object detection usually thats mean there are not enough trained image for the model. I’ve never skip frames when using yolo, worth to mention yolo required decent gpu to work for real time application. I think when you skip some frame, the image maybe blurry hence trained model is not prepared for that. Maybe..
@luqmanrasyidi1514
@luqmanrasyidi1514 3 жыл бұрын
@@robotandcode1474 Thank you for the feedback, can I know do you using Yolo weights or Yolo-tiny weights?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
@@luqmanrasyidi1514 I've tried both of them, yolo-tiny have lower performance than yolo, but yolo need decent gpu to run for good fps (can check on the repo to see the performance graph). For this video I'm using yolov3-tiny. At this time yolov3 is too heavy for my gpu to run.
@luqmanrasyidi1514
@luqmanrasyidi1514 3 жыл бұрын
@@robotandcode1474 ok thank you for sharing
@pinhsiangTseng
@pinhsiangTseng 3 жыл бұрын
when i run the"./darknet detector demo training/tello/tello.data training/tello/yolov3-tiny.cfg training/tello/yolov3-tiny_68000.weights" the video stream of tello cannot open . it always shows "Video-stream stopped! " Please help me!!
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Not too sure what’s happen, worth to check if the port 11111 is occupied.
@ilanaizelman3993
@ilanaizelman3993 3 жыл бұрын
I still don't understand, how can I give the drones command and check that he actually finished doing them automatically? For example I have takeoff, forward 50, left 50, how can I check that he finished doing every command and send the next command automatically?
@robotandcode1474
@robotandcode1474 2 жыл бұрын
For every UDP command send to Tello, Tello would reply either OK/error message. You should check that message to confirm if Tello received the command successfully. This all documented in Tello SDK documentation.
@ekamilenia2469
@ekamilenia2469 3 жыл бұрын
contoh program/code nya dimana kak?
@KiddyBoyLc
@KiddyBoyLc 4 жыл бұрын
How does one even connect to the dji tello edu drone? I can't seem to connect my laptop to my drone? Can someone help me?
@robotandcode1474
@robotandcode1474 4 жыл бұрын
Developer 1) connect your laptop to Tello’s wifi. 2) send UDP command to IP 192.168.10.1 at port 8889 as in SDK document. dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf
@zzb3905
@zzb3905 3 жыл бұрын
@@robotandcode1474 您好,此代码可以共享吗?我想试试您发的这个代码。谢谢你
@nvembrace
@nvembrace 3 жыл бұрын
I would like to ask a question. Is there any propeller you would use other than Tello that are colored? I don't want to end up buying cheap unbalanced propellers.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
For me I always get official Tello propeller 😅
@nvembrace
@nvembrace 3 жыл бұрын
@@robotandcode1474 I hear you on that and I knew you were the right person to ask. Thank you
@zambitogaetano
@zambitogaetano 4 жыл бұрын
hi, the link to the source code for object recognition don’t work!
@robotandcode1474
@robotandcode1474 4 жыл бұрын
Seem the issue coming from BitBucket, perhaps it will resolve soon.
@pinhsiangTseng
@pinhsiangTseng 3 жыл бұрын
How long is the training time? (If i have cuda and opencv)
@robotandcode1474
@robotandcode1474 3 жыл бұрын
I use 3k images and train using GTX1050. If I remember it took around 3-4 hours to get decent usable model.
@pinhsiangTseng
@pinhsiangTseng 3 жыл бұрын
@@robotandcode1474 thanks a lot
@user-nl4qn4cm8n
@user-nl4qn4cm8n 3 жыл бұрын
Hi, it’s very impressive to see your work. And I wonder if you can share the whole code with us, it will be very helpful.Thank you a lot!!!!
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, thanks for the compliment 😊. The code is not ripe, so can’t publish it yet.
@user-nl4qn4cm8n
@user-nl4qn4cm8n 3 жыл бұрын
RobotAndCode it’s ok. Still feel nice to see your video. Looking forward to your completed code!!
@sudhanva.m
@sudhanva.m Жыл бұрын
@@robotandcode1474 Hey! Wonderful video, loved how well you explained everything. Can you please share the source code for linking the face detection with drone controls? Thanks in advance!
@masmoudi5595
@masmoudi5595 Жыл бұрын
@@robotandcode1474 is the code ripe yet? 🙂
@esenin6858
@esenin6858 3 жыл бұрын
Hello can u help me my dji tello edu cant connect to pc whats is problem
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi 👋, first you need to ensure Tello is turned on and broadcast it’s AP, second double check Tello’s AP password. AP is stand for Access Point work similar to WiFi router.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, my recent upload explained in details on how communication made between Tello to PC, thought you would be interested.
@muriloteixeira5541
@muriloteixeira5541 3 жыл бұрын
Hello. I have a problem: My code don't open a cv2 window, so I can't see any image from my Tello. I used this code: import socket import cv2 tello_video = cv2.VideoCapture('udp://@0.0.0.0:11111') while True: try: ret,frame = tello_video.read() if ret: cv2.imread(frame) cv2.waitKey(1) except Exception as err: telllo_video.release() cv2.destroyAllWindows() print(err)
@murilofreef1329
@murilofreef1329 3 жыл бұрын
I have the same problem
@jacksonteixeira1199
@jacksonteixeira1199 3 жыл бұрын
The same ocurred with me
@muriloteixeira5541
@muriloteixeira5541 3 жыл бұрын
Can we help us?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, 1) can you post what’s the error? 2) which OS did you use to run this script?
@muriloteixeira5541
@muriloteixeira5541 3 жыл бұрын
@@robotandcode1474 There is no error message, the program simply crashes and nothing happens. I realized that the program sttoped on line: "tello_video = cv2.VideoCapture('udp://@0.0.0.0:11111')" for a while and I also checked that the 'ret' variable is false.
@muhammadfadhli9900
@muhammadfadhli9900 3 жыл бұрын
Nice bro..how can i connect your linkedin, so that i can ask you more on this python coding and the overall achitecture system..
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Yes, you can connect with me using the link I share in my KZbin about page or just search Murtadha Bazli in LinkedIn. Anyway you are in luck, my in progress video coming in few weeks will talk about architecture and details communication with Tello 😊
@KnightLifeVlogs
@KnightLifeVlogs 2 ай бұрын
amazing brother we should talk about this where can we be in contact
@carbkafv
@carbkafv 3 жыл бұрын
did you use all 500 images of yourself? I can only find 40 or so images of myself haha.. I am thinking how should I increase the size of my dataset
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Yes, one method that I used to increase my dataset is by recording myself, then split the video frame into a bunch of images. Checkout this repo for the script I made earlier bit.ly/3rWTmNd
@carbkafv
@carbkafv 3 жыл бұрын
@@robotandcode1474 oh that’s smart! I just finished training an hour ago and I think 40 images still works but the feed was kind of lagging. Do you know if increase in dataset would increase the FPS of my video feed? Just curious.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
@@carbkafv FPS does not do anything with trained images number. FPS rely on GPU you used and trained model (yolov4/yolov3/yolov3-tiny). For example, if you want to increase FPS for the detection, you can try on yolov3-tiny model.
@carbkafv
@carbkafv 3 жыл бұрын
@@robotandcode1474 Thanks! I think I was running it with my cpu.
@ratnadeepmhaskar1275
@ratnadeepmhaskar1275 3 жыл бұрын
Hey what is average life of tello drone. I want to buy it 😁😁😁
@MartPixChannel
@MartPixChannel 3 жыл бұрын
guna ubuntu ke? aduh aku tak pandai main coding ni..
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Yup, Ubuntu 18. Boleh belajar 😊
@sashthecreator
@sashthecreator 4 жыл бұрын
Hello, does this process work with windows?
@sashthecreator
@sashthecreator 4 жыл бұрын
Also the sourcecode for yolo darknet isn't working, please I really need your help, I'm working on a project. Thank you
@robotandcode1474
@robotandcode1474 4 жыл бұрын
I've never tried using Windows for the whole compile and training process but, I'm sure the process is similar.
@robotandcode1474
@robotandcode1474 4 жыл бұрын
YOLO Darknet repository I used and referencing is github.com/AlexeyAB/darknet and working very well up till now. I currently making a video with detail explanation for the whole installation and training process. Stay tuned ☺!!
@oswaldsteward5301
@oswaldsteward5301 2 жыл бұрын
Macam nak buat Al Saya Tak pandai buat Al
@uberraschungknoblauch342
@uberraschungknoblauch342 3 жыл бұрын
can you share a complete file?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, the complete file is not ready to publish to public yet, but currently I in progress providing detailed design and architecture for others to replicate the work.
@zzb3905
@zzb3905 3 жыл бұрын
?,could you share your code with me,可以发下您的代码吗
@b_sgaming3027
@b_sgaming3027 6 ай бұрын
Bro it's a great project just please give us the whole code please
@anthony3611
@anthony3611 3 жыл бұрын
Can I get a copy of the coding
@xingsoon3860
@xingsoon3860 2 жыл бұрын
:) Check description bitbucket.org/RobotAndCode/tello-ai/src/master/
@vedranbuterin2595
@vedranbuterin2595 3 жыл бұрын
I want to buy open air bottom cover. I am from croatia
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, you can checkout 3D design link (Thingiverse) I put in the video about the open air bottom cover and print it yourself.
@electriceng8771
@electriceng8771 3 жыл бұрын
In which university did you study in Malaysia?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi, I studied at Universiti Teknologi Malaysia (2014)
@electriceng8771
@electriceng8771 3 жыл бұрын
@@robotandcode1474 I love UTM. I want to complete my master degree and phd at University of Malaya. Do you recommend that? Thank you for your response.
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Sure, I think for master/phd, supervisor expertise for the research topic is more important rather than university.
@sanasomaralejandrogarciaal4281
@sanasomaralejandrogarciaal4281 3 жыл бұрын
What is the purpose of speeding the video? Do you wanna show how you did the proyect or you don´t?
@robotandcode1474
@robotandcode1474 3 жыл бұрын
Hi. Thanks for watching, some of the clip I thought people may not interested thus speeding it up. Not sure which part do you think I should slow it down?
@sanasomaralejandrogarciaal4281
@sanasomaralejandrogarciaal4281 3 жыл бұрын
@@robotandcode1474 The parts where you clic at some parts, its hard to tell what you clic on.
@murtadhabazli7615
@murtadhabazli7615 3 жыл бұрын
Omar Garcia alright, better screen recording in the future then 😅
@Kishi1969
@Kishi1969 2 жыл бұрын
Your video is too fast or do you have your Github of your code please?
@xingsoon3860
@xingsoon3860 2 жыл бұрын
Check the description please. bitbucket.org/RobotAndCode/tello-ai/src/master/
@Kishi1969
@Kishi1969 2 жыл бұрын
@@xingsoon3860 Thanks
@mendysrugo5695
@mendysrugo5695 3 жыл бұрын
send me your email I would like to buy the script
@rexverdz2579
@rexverdz2579 4 жыл бұрын
your idea is good BUT! your teaching method is too FAST. Can't follow. it's not a STEP-BY-STEP.
@robotandcode1474
@robotandcode1474 4 жыл бұрын
Thanks for watching :D. Yup, agreed with you unfortunately a lot of things to cover up and this video intended to show mostly the result.
@rexverdz2579
@rexverdz2579 4 жыл бұрын
So hoping next time you will make a video intended for tutorial
@rafaelmdiaz11
@rafaelmdiaz11 3 жыл бұрын
SLOW THE F**CK DOWN !!! TOO MUCH COFFE ??
@xingsoon3860
@xingsoon3860 2 жыл бұрын
His speed is normal, you're just fucking too slow
Teach sign language to AI drone
11:19
RobotAndCode
Рет қаралды 6 М.
I Built an AI Controlled Drone in 1 Week! (1/3)
22:18
Augmented AI
Рет қаралды 125 М.
🌊Насколько Глубокий Океан ? #shorts
00:42
KINDNESS ALWAYS COME BACK
00:59
dednahype
Рет қаралды 124 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 35 МЛН
Teaching my custom AI drone to track humans
19:52
aka: Matchstic
Рет қаралды 26 М.
Buying a Ryze Tello Drone? Watch This First!
13:17
Tom's Tech Time
Рет қаралды 1 МЛН
Hand Gesture Drone Control | OpenCV Python
2:24
Murtaza's Workshop - Robotics and AI
Рет қаралды 86 М.
Build an Object Detector for Any Game Using YOLO
22:40
Moises de Paulo Dias
Рет қаралды 41 М.
We Remastered My First Video in 4K!
12:43
Linus Tech Tips
Рет қаралды 4,1 МЛН
DJI Ryze Tello With Xiaomi Mi Repeater Range Extender Flight Test Review
13:43
Drone Object Detection | Opencv CVZone
29:29
Murtaza's Workshop - Robotics and AI
Рет қаралды 71 М.
Python - Visual Studios - Tello Drone Setup!
38:55
Carter Ash (iCode)
Рет қаралды 1,4 М.
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 145 М.
Что еще за съемные фронталки от Vivo? #vivo
0:41
Blue Mobile 📲 Best For Long Audio Call 📞 💙
0:41
Tech Official
Рет қаралды 1 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 180 М.
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 3,9 МЛН