Create Training and Test files for YOLOv4 | YOLOv4 Object Detection Code
HTML-код
- Опубликовано: 10 фев 2025
- This video titled "Create Training and Test files for YOLOv4 | YOLOv4 Object Detection Code" explains the steps to create various files such as data file,
class names file, training and test files in order to train the object detection model on the images we downloaded in the previous videos using YOLO
framework. These files will contain the fully qualified path of the images on which we want our object detection model to be trained on using YOLO. Train.txt will contain 80% of those fully qualified image paths and Test.txt
will contain the remaining 20% of those fully qualified image paths. We already know from the previous videos that both images files and corresponding bounding box annotation text files need to be stored side by side.
----------------------------------------------------------------------------------------------------------
The AI University Website: www.theaiuniversity.com
Get the "The AI University" Android App on Google Playstore
------------------------------------------------------------------------------------------------------------
Join this channel to get access to perks:
/ @theaiuniversity
------------------------------------------------------------------------------------------------------------
FOLLOW ME ON:
Twitter: / theaiuniverse
Facebook : / theaiuniversity
Instagram: / theaiuniversity
Telegram: t.me/theaiuniv...
Tool for Keyword Research, Channel Health, Thumbnail Generation for your channel : www.Tubebuddy....
▶ GITHUB REPO : github.com/nit...
About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.
Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.
******Other AI, ML, Deep Learning, Augmented Reality related Video Series****
Deploy Machine Learning Models as Web App using Flask & Docker on Azure Cloud - bit.ly/2Lgnd0g
Machine Learning Data Pre-processing & Data Wrangling using Python - bit.ly/2K6psly
Machine Learning & Deep Learning Project - bit.ly/2L0DUwz
Machine Learning Projects in HINDI - bit.ly/2OSX7l5
Deep Learning Neural Network Tutorials - bit.ly/2K6e6hB
Machine Learning & Deep Learning Bootcamp Series - bit.ly/2K4648Q
Machine Learning using Spark MLLib - bit.ly/2QuKQGK
Augmented Reality Free Tutorial - bit.ly/32ioysS
Data Engineering Full Hands-on Course - bit.ly/2CsxSPz
Hadoop, Machine & Deep Learning on Azure Cloud Tutorial Series - bit.ly/2K74l2I
Natural Language Processing - bit.ly/2YtXQuF
Develop Dashboard for Business Intelligence & Data Science(Plotly Dash Tutorial Series) - bit.ly/2Yu1Uen
Data Science Tip and Tricks and Career Advice - bit.ly/2YvO6QE
Machine Learning, Deep Learning Maths(Matrix & Vector Operations) - bit.ly/2YxhOEZ
******************************************************************
DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.
#YOLOv4 #ObjectDetection #MachineLearning
For what purpose are we using "os" package in the video?
Os is used to get the directory of the file present in drive
Mainly to change the directory
change directory where data images are
sir can you provide the link where i can that creating_training_test.ipynb
@@swatisinha351 can you provide the link where i can that creating_training_test.ipynb
Great video.
Can you make video on deep fashion 2 dataset.
I have cloned github but dont know how to train it .
Not sure about your specific requirement but you can consider watching this playlist if you are looking for some clothing prediction model.
ruclips.net/video/RTdu8nUe8r8/видео.html
hello, i am very interested by this video, what is the title of next video i need to access full courses
Here is the link of complete playlist :YOLO v4 Object Detection Crash Course: ruclips.net/p/PLlH6o4fAIji76vBRv54WPQr0MHgEiipL7
Does txt file is also use in yolov4 while using tensorflow?
Sir, how much maximum number of classes I can classify using yolo?
Ty in advance
this course which he mentioned in his video is no more on the website actually the website is no longer existed on the internet can anyone cofirm for me this, please
I cannot open your website nor your app in google play store
same thing ! @
TheAIUniversity : any idea why do we have this issue ? thank you for you videos :)
sir can you provide the link where i can that creating_training_test.ipynb
Please can you convert coco dataset in yolov4.
your website is not working
there is no classes.txt file
yes ! i added it manually : classes.txt which contains all the classes required. good luck