Object detection yolov8 | How much data you need to train a machine learning model?

  Рет қаралды 2,617

Computer vision engineer

Computer vision engineer

Күн бұрын

Code: github.com/computervisioneng/...
🎬 Timestamps ⏱️
0:00 Intro
0:59 Experiment description
7:58 Results
20:18 Outro
🌍 Community 👥
Join our Discord server: / discord
Support me on Patreon: / computervisionengineer
#python #computervision #machinelearning #mlexperiment #objectdetection #yolov8

Пікірлер: 46
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
Did you enjoy this video? Try my premium courses! 😃🙌😊 ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC All my premium courses are available to the Computer Vision Experts in my Patreon. 😉 www.patreon.com/ComputerVisionEngineer
@uniqx-ai
@uniqx-ai 2 ай бұрын
Can I know your upwork or freelancer? I have the project
@afjamo
@afjamo 21 күн бұрын
Wonderful! I was wondering why prediction didn't work with your alpaca tutorial video. No I completely understood. I tested my scripts with only 56 images and did not get any prediction. I will increase the number of images! Bravo! I appreciate your work!!
@ComputerVisionEngineer
@ComputerVisionEngineer 21 күн бұрын
Glad the content is helpful! 😃🙌
@tonymudau3005
@tonymudau3005 3 ай бұрын
Thank you so much for this tutorial! Exactly what I was trying this weekend. Spent my time annotating 3000 coca cola images with 26 classes. My model is so bad right now. Something that I experienced was over fitting. Your ducks video is very simple but it is likely that if there was more complex background you would see over fitting on 4000 images. Another issue was that for some reason when you have many classes and maybe other classes have more images. When tracking you can experience a complete switch of labels.
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
Glad it is helpful! Yeah in my case it was only one class, so it was simpler. 🙌
@RAHUL-dt5xm
@RAHUL-dt5xm 3 ай бұрын
keep it coming bro, your videos are informative and helping me learn new things.
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
Glad the content is helpful! 😃 I will keep it coming! 💪💪
@felipeyanez988
@felipeyanez988 Ай бұрын
Thanks, I just needed this, I was training +2000 images per dataset with very limited resources, now I will try with 500 images to improve performance. Saludos desde Chile!!
@ComputerVisionEngineer
@ComputerVisionEngineer Ай бұрын
Glad it was helpful! Saludos! 😃🙌
@TheJAM_Sr
@TheJAM_Sr Ай бұрын
I love your channel dude! Thank you for all the instructions and testing. I’ve been able to learn a ton and apply it to my own project. I do have a question about training yolo models: I have a model I’m training with 3 classes, 2 of the 3 classes train much higher than the third. Is there any recommendation you have to even out the training? Is it all dataset? Should I be making sure that there are more of 3rd class than the others? I appreciate you!
@ComputerVisionEngineer
@ComputerVisionEngineer Ай бұрын
Hey thank you! Glad the content is helpful. Is your dataset balanced? (balanced = same amount of objects in each class)
@TheJAM_Sr
@TheJAM_Sr Ай бұрын
@@ComputerVisionEngineer I believe so. I would say out of the 500 - 1000 annotated images there is less than 5% that don’t have all 3 classes present. But that is a good point, I’m going to double check that.
@GKEMRECAN
@GKEMRECAN 2 ай бұрын
Thank you for this tutorial
@ComputerVisionEngineer
@ComputerVisionEngineer 2 ай бұрын
You are welcome. 🙂
@aadiduggal9762
@aadiduggal9762 2 ай бұрын
Hello. I was trying to code your python sign language detector, but when I ran the code to collect the data of my hand symbols, I couldnt find anything in my data file. Please help
@yoshimochii
@yoshimochii 15 күн бұрын
great video! just wanna ask, how did you split your data into train and val? is it 70-30?
@ComputerVisionEngineer
@ComputerVisionEngineer 13 күн бұрын
90-10 if I remember correctly
@uniqx-ai
@uniqx-ai 3 ай бұрын
This might be about the amount of data, what about the influence of the images themselves? What is the ideal situation? Should it be very varied? Or is it okay if they are similar, say the background is still the same but the objects are from different perspectives? I'm still confused about the images, sometimes they can't be found on the Internet and I have to take them myself (in the case of my project). Thank you in advance. Your videos have been very helpful.
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
I have other 'experiments' in mind to see how the performance is affected by different type of issues with the data. Analyzing what happens if the background changes or if it is always the same is a good idea, I could make a video about it! 🙌
@tankaccount2990
@tankaccount2990 3 ай бұрын
In my experience if you keep the background the same the model starts detecting the background as the image to detect instead of your desired object
@MDAsadullahShibli
@MDAsadullahShibli 2 ай бұрын
Can u share any intermediate or expert label project u did on upwork ? What would be great help for us🥰
@ComputerVisionEngineer
@ComputerVisionEngineer 2 ай бұрын
Sure, I will find some. 🙌
@NathanCamillerii
@NathanCamillerii 19 күн бұрын
Would this also apply to keypoint detection using YoloV8 please?
@ComputerVisionEngineer
@ComputerVisionEngineer 15 күн бұрын
I think it is likely to have similar results in a keypoints detection problem.
@shk5764
@shk5764 Ай бұрын
Ciao Filipe can you do same thing with various model generation tools(YOLO, Scikit, Teachable... ), pls?
@ComputerVisionEngineer
@ComputerVisionEngineer Ай бұрын
I will try to 🙌
@shk5764
@shk5764 28 күн бұрын
@@ComputerVisionEngineer Anyway, for clarification: Could you do a model accuracy test for various tolls like YOLO, Scikit, Teachable. I feel that they are made for various types of problems, and can you do add which toll is better to use for which problems.
@adrian_maulana3404
@adrian_maulana3404 2 ай бұрын
Thanks you for your tutorial,btw can you make tutorial yolo v9😁?
@ComputerVisionEngineer
@ComputerVisionEngineer 2 ай бұрын
I will try to. 🙌
@adrian_maulana3404
@adrian_maulana3404 2 ай бұрын
@@ComputerVisionEngineer ok thanks bro👍
@shubhamvashishth8289
@shubhamvashishth8289 2 ай бұрын
Bro could you please make a GAN tutorial playlist along with some projects ?
@ComputerVisionEngineer
@ComputerVisionEngineer 2 ай бұрын
I will try to make some videos about gans. 🙌
@fitox1234
@fitox1234 3 ай бұрын
Could you create a video demonstrating how to develop facial recognition for tiredness and stress?
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
Do you mean an image classifier the input is a face and the output is tired / not tired?
@fitox1234
@fitox1234 3 ай бұрын
@@ComputerVisionEngineer I have tried to do recognition of more complex emotions such as stress and fatigue on the face, but I get very similar results among them and with the neutral state. How would you start that project? 👀 Can you make a video about it?
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
​@@fitox1234 oh I see, yes it is very challenging to tell those categories apart, I will try to do a video about it.
@abieldiaznieto838
@abieldiaznieto838 13 күн бұрын
argentina mentioned
@thomschery2800
@thomschery2800 3 ай бұрын
Let's say he wants it to determine which player won a duel in some game based on the uploaded video. Is this possible?
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
Not sure if I understand, what is the machine learning problem you are trying to solve?
@thomschery2800
@thomschery2800 3 ай бұрын
​@@ComputerVisionEngineer Which player won the game. Would AI be able to give me such information?
@TheJAM_Sr
@TheJAM_Sr Ай бұрын
What information is available on screen to determine that? You can train the model to detect health bars, score, ect
@thomschery2800
@thomschery2800 Ай бұрын
@TheJAM_Sr OK, so what would be the most preferable tools?
@TheJAM_Sr
@TheJAM_Sr Ай бұрын
@@thomschery2800 you trolling? Your questions are so vague. If you’re asking what annotation tools, it really depends on you. I like to run everything locally so label studio is my choice. There is plenty of tutorials here for beginners.
@klaasvk8365
@klaasvk8365 3 ай бұрын
How many epochs?
@ComputerVisionEngineer
@ComputerVisionEngineer 3 ай бұрын
I trained the models for 20 epochs.
Object detection with Yolov8 | Data issues vs model performance
13:56
Computer vision engineer
Рет қаралды 1,5 М.
A Worlds First On This Top Tier Radio - TIDRadio H3
11:52
Tech Minds
Рет қаралды 9 М.
I PEELED OFF THE CARDBOARD WATERMELON!#asmr
00:56
HAYATAKU はやたく
Рет қаралды 38 МЛН
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 27 МЛН
Ask Questions To Your Images Using LangChain And Python
11:05
Lennart Biesel
Рет қаралды 1,2 М.
15 crazy new JS framework features you don’t know yet
6:11
Fireship
Рет қаралды 176 М.
How I’d learn ML in 2024 (if I could start over)
7:05
Boris Meinardus
Рет қаралды 857 М.
Ashneer views on Ai & jobs (shocking😱)
0:34
Knowledgeify
Рет қаралды 1,1 МЛН
How to Install Tensorflow 2 Object Detection
26:33
Lazy Tech
Рет қаралды 30 М.
Autodistill: Train YOLOv8 with ZERO Annotations
10:26
Roboflow
Рет қаралды 33 М.