Did you enjoy this video? Try my premium courses! 😃🙌😊 ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M ● Computer Vision on Edge: Real Time Number Plate Recognition on an Edge Device bit.ly/4dYodA7 ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC Learn to create AI-based prototypes in the Computer Vision School! www.computervision.school 😃🚀🎓
@@JoãoAlbertoPREDIKTA hello, do you mean the tutorial about yolov8? I didn't create patreon content explaining the code I used to detect alpacas on the short videos I used. The script iterates in all the frames of the video, it detects alpacas and draws text on top of the frame. Do you need help with that script? Please ask for assistance in our discord community. 😃🙌
This is such a great course!! This is my first time learning object detection and i surprisingly grasp the concept quickly! Thank you very much Felipe!
man, i just love u i tried to find tutorial in my language(im from russia) and i failed, so i decided to find english video and here you are, huge thank you!
Amazing video! All the concepts are explained clearly! I would like view a video when you show how to train a model from zero (not pre-trained model) and take it to best performance!
Hello, can I ask a few questions? Have you had any luck using YOLO8? I was doing the same things (at least i think so) and google collab, as well as paycharm did not give any marks on the predicted image. Speak honestly i didnt unsderstand the difference between paycharm and collab calculations, isn't it the same thing? How can the same code give different results in paycharm and google colab? (on the video Pycharm didn't give any results, google collab gave)
@@ComputerVisionEngineer I checked the repository. Unfortunately, its not there. Requesting the codes you used for recognizing alpacas on videos please, Sir.
Well done my friend. It will be nice a theorical video about object detection like to detect multiple labels in a specific object (Ex. Two person in a motorcicle)
In this video, you demonstrated downloading images and then annotating them. Is there any other way to directly download annotated datasets, such as alpacas.
Hello, Thanks for your great video! I have an issue at time 1:50:37 Code Line : 155 Issue : there's an error "lambda d=d" (exactly the 'd' next to '=') I don't know why the error happens. Can you solve this problem?
Hi .. I am facing an error my train data is annotated but validation doesn't and also when I predict it is also not getting annotated help me to resolve this..
Good content please continue to create around computer vision and please create some hard projects. If you know then please reply that in real word computer vision means camera so if anybody wants to create end to end project then they have to take input from camera so how this whole process can be done tell me please,
Hi great video would not be able to make something without it, however I ran into an issue when training the model where it would not create a model directory with a .pt file meaning that it could not detect anything. If you have any advice or know what could help it would be much appreciated.
Hi managed to fix the issue just used a larger dataset with more epochs and it now works. But not sure what I would’ve done if I didn’t find your video, so thank you!
Hello Sir how to build custom model which is using in number plate detection can you provide detail videos and code for model i did understand whole think but some blocked in model please give some guide !!
Great video boss. However, I am having issues generating the dataset from github. Are there documents or folders that need to be created before running the codes after downloading the attached CSV files? Because, the second code on "create dataset yolo format" runs an error: FileNotFoundError: [WinError 3] The system cannot find the path specified: '.\\data\\train. Kindly help me decipher the issue. Thank you.
Hi, thank you! Do you mean how to download an object detection dataset from the google images dataset v7? I created an additional resource, which is comprised of a video tutorial with step by step instructions and also a Python script which makes the download process super straightforward. The resource is available to my Patreons here: www.patreon.com/posts/how-to-download-91285241
Hi! Can we pass bounding box coordinates as input to our model received from another model as input (either as a frame or image?) in yolo v8 It will be of great help if you could tell….
Hey, the input of an object detector is usually an image, given by either the image path, or a numpy array or similar object. What do you mean by passing a bounding box as input?
@@ComputerVisionEngineer I am getting the bounding box coordinates of the detected vehicles using my model. Further using these detections(Bounding box coordinates) I want to get these vehicle's number plates respectively using another model using yolov8. So is there any way to pass these bounding boxes as input to the number plate detector model without saving the detections into images...??? Thanks alot for replying to the previous comment...!!!
Not sure what could be going on, is this about yolov8 object detection? you could create an issue in the repository of that project. github.com/computervisioneng/train-yolov8-custom-dataset-step-by-step-guide
Did you enjoy this video? Try my premium courses! 😃🙌😊
● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y
● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M
● Computer Vision on Edge: Real Time Number Plate Recognition on an Edge Device bit.ly/4dYodA7
● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC
Learn to create AI-based prototypes in the Computer Vision School! www.computervision.school 😃🚀🎓
Do you explain in Patreon the code you used to detect the alpacas on the short videos you used? I coudn't find it
@@JoãoAlbertoPREDIKTA hello, do you mean the tutorial about yolov8? I didn't create patreon content explaining the code I used to detect alpacas on the short videos I used. The script iterates in all the frames of the video, it detects alpacas and draws text on top of the frame. Do you need help with that script? Please ask for assistance in our discord community. 😃🙌
Thanks friend, because of you I got my 1st job in computer vision in healthcare.
😃 That is so cool! I am so happy my videos helped you getting your first job in computer vision in healthcare! 🥳🙌
Congrats!
Hi! What did you study? Did you just learn online about cv and then applied to the job? I want to get into this field
That's awesome, congratulations and all the best bro🎉
@@duppy404 thanks!
A million thanks, that is kind of you to dedicate your time to recording these videos. Merci from Grenoble, France :)
😃🇫🇷 My pleasure! Glad you enjoyed it! 🙌
Gracias por el tiempo que inviertes en crear contenido de gran valor y explicado de manera sencilla y clara, soy fan!
Es un placer! Me divierto mucho haciendo los videos! Gracias por tu apoyo! 😃🙌
Thanks for the indepth lessons, love it! Keep up the great work
Thank you for your support! 😃🙌
This is such a great course!! This is my first time learning object detection and i surprisingly grasp the concept quickly! Thank you very much Felipe!
man, i just love u
i tried to find tutorial in my language(im from russia) and i failed, so i decided to find english video and here you are, huge thank you!
Glad you enjoyed it! 😃🙌
@@ComputerVisionEngineer oh and 1 question, can i add new type of object without total retraining?
muchas gracias, con tus videos logre completar el proyecto de mi curso de intro a machine learning
De nada! Me alegra saber que los videos te han ayudado! 😃
Wow this is incredible , thank you so much 🎉🎉
You are welcome! 😃🙌
Amazing channel, thank you!
You are Greattt!!!!!!!!
Thanku sir🙃🙃
Amazing video! All the concepts are explained clearly! I would like view a video when you show how to train a model from zero (not pre-trained model) and take it to best performance!
Thank you!! Great suggestion! I will keep it in mind for future videos. 😃🙌
Thank you, Felipe. Much love :3
You are welcome!! 🥰🙌
suscribed immediately, thanks for this !
It's a great video. I've been following it
Hello, can I ask a few questions?
Have you had any luck using YOLO8?
I was doing the same things (at least i think so) and google collab, as well as paycharm did not give any marks on the predicted image. Speak honestly i didnt unsderstand the difference between paycharm and collab calculations, isn't it the same thing? How can the same code give different results in paycharm and google colab? (on the video Pycharm didn't give any results, google collab gave)
Thank you man! This is means so much to me
😊 I am happy you found it helpful! 🙌
I am just here to mark my attendance. Thank you sir 😘
😃 Thank you for attending the course!! 💪🙌
Model A performs better than Model B.since both IOU & mAP are higher
That is correct! 😃🏆🙌
Thanks bro, your videos helped me in my BTech project
That is awesome! Glad the videos are helpful! 😃
Interesting Work
Thank you! 🙂🙌
Really appreciate the video. Is it possible that you share the code which recognized alpaca from videos? It was mentioned at 1:32:52
If not mistaken the code is in the github repository.
@@ComputerVisionEngineer I checked the repository. Unfortunately, its not there. Requesting the codes you used for recognizing alpacas on videos please, Sir.
Well done my friend. It will be nice a theorical video about object detection like to detect multiple labels in a specific object (Ex. Two person in a motorcicle)
Thank you for your support! Ok, noted, a theoretical video to detect multiple labels in an object, I will try to do it. 🙌
In this video, you demonstrated downloading images and then annotating them. Is there any other way to directly download annotated datasets, such as alpacas.
Thanks from Africa Zw
You are welcome! 😃🌍🙌
How are you my friend ? are you Romanian? You have a very good channel.
Hello, Thanks for your great video!
I have an issue at time 1:50:37
Code Line : 155
Issue : there's an error "lambda d=d" (exactly the 'd' next to '=')
I don't know why the error happens.
Can you solve this problem?
hii , want to know if i should get started with YOLOv8 or openCV
Both yolov8 and OpenCV are good technologies to get started in computer vision. 🙌
Muchas gracias! muy bien explicado. Tienes algún tutorial de cómo hacer transfer learning y fine tuning de modelos pre entrenados con Yolov8?
Gracias! No tengo videos sobre como hacer transfer learning de modelos entrenados con yolov8. Tal vez lo haga para algun proximo video. 🙌
where can i get the dataset?
Hi .. I am facing an error my train data is annotated but validation doesn't and also when I predict it is also not getting annotated help me to resolve this..
24:27 Model A will be better since it has a better mAP and IOU score
Great tutorial. BTW.: Using a relative path in Google Colab works for me, so maybe you had a typo...?
Good content please continue to create around computer vision and please create some hard projects. If you know then please reply that in real word computer vision means camera so if anybody wants to create end to end project then they have to take input from camera so how this whole process can be done tell me please,
is there face recognition?
Is this perfect for someone who wants to have a job as an computervision engineering?
can u provide with the dataset u used ? plzz
Hi great video would not be able to make something without it, however I ran into an issue when training the model where it would not create a model directory with a .pt file meaning that it could not detect anything. If you have any advice or know what could help it would be much appreciated.
Did you have any error during the training process?
Hi managed to fix the issue just used a larger dataset with more epochs and it now works. But not sure what I would’ve done if I didn’t find your video, so thank you!
Hello Sir how to build custom model which is using in number plate detection can you provide detail videos and code for model i did understand whole think but some blocked in model please give some guide !!
are those pycharm features available in community edition??or I'd need to install professional IDE??
I am using the community edition
@@ComputerVisionEngineer oh thanks
Hi plz make a video about sam model.
I will try to 🙌
Hey, how can I get the exact same dataset used in this video for YoloV8 tutorial
If not mistaken the data is in the github repository, if it is not send me a message through discord to remind me I upload the data.
Great video boss.
However, I am having issues generating the dataset from github.
Are there documents or folders that need to be created before running the codes after downloading the attached CSV files?
Because, the second code on "create dataset yolo format" runs an error: FileNotFoundError: [WinError 3] The system cannot find the path specified: '.\\data\\train.
Kindly help me decipher the issue. Thank you.
Hi, thank you! Do you mean how to download an object detection dataset from the google images dataset v7? I created an additional resource, which is comprised of a video tutorial with step by step instructions and also a Python script which makes the download process super straightforward. The resource is available to my Patreons here: www.patreon.com/posts/how-to-download-91285241
Hi could this be used to build an attendance system using facial recognition with multiple classes which would be the different people ?
Hi, take a look at the face_recognition Python library, it is going to help you a lot with the face recognition. 🙌
Hello professor, could you create a project dedicated to detecting damages in a car?
Hey, that it's a very good idea for a future video! I will try to. 😃🙌
In the section with YOLO, you did not show anything because how to apply a trained model, nothing because where the trained model lies.
Hi, do you mean you would like an example regarding how to make inferences with yolov8 object detection?
how to download dataset please
Hi!
Can we pass bounding box coordinates as input to our model received from another model as input (either as a frame or image?) in yolo v8
It will be of great help if you could tell….
Hey, the input of an object detector is usually an image, given by either the image path, or a numpy array or similar object. What do you mean by passing a bounding box as input?
@@ComputerVisionEngineer I am getting the bounding box coordinates of the detected vehicles using my model. Further using these detections(Bounding box coordinates) I want to get these vehicle's number plates respectively using another model using yolov8. So is there any way to pass these bounding boxes as input to the number plate detector model without saving the detections into images...???
Thanks alot for replying to the previous comment...!!!
You could crop the frame with those bounding box coordinates so you keep only the vehicle, then input the frame crop into your additional model.
Okay,thanks alot for your help
And thanks alot for replying…
Does anyone know how to add new images to an existing task? @ComputerVisionEngineer
Dataset '/Users/Hamza Yousaf/teeth detector/config.yaml' error object of type 'NoneType' has no len()
kindly help me i face this error
Not sure what could be going on, is this about yolov8 object detection? you could create an issue in the repository of that project. github.com/computervisioneng/train-yolov8-custom-dataset-step-by-step-guide
How to Download Marked Datasets
Hey, do you mean the datasets I use in the different tutorials in this video? The datasets are usually in the github repository.
@@ComputerVisionEngineer Yeah, but the process you stipulated on how to download it is quite confusing.
I have some ideas for same project to make it more useful. If you interested let me know
please stop saying this 'veryveryveryvery' in every simple sentence :D Please don't be angry with me. I really liked your video. Just an advice. :)
Lol, thank you for your feedback. 😃🙌
model aa
💀💀 his accent is awesome
😄 Glad you enjoyed it! 🙌
Ola amego
Hola amigo! 😃
Obviously, A is better than B
That is correct! 😃
Model A is better
Every thing is good except the English
Which model performs better?
Ans: Model A.
bro i can't understand your accent