Introduction to YOLOv7 Train and Deployment

Learn about the complete cycle of training an object detection model using YOLOv7.

Understanding a model’s theory and structure and knowing how to use it in practice are important. In this lesson, we will examine the official repository of YOLOv7 and learn how to manipulate the configuration files according to our needs. We will also review how to prepare the custom dataset in the correct structure for proper training.

Preparing a custom dataset

Sometimes, we might already have the dataset we want to use for a specific project. However, that is not always the case, and we might need to create a custom dataset from scratch using public images. For the first step of this module, we will discover an open-source image database having many different classes and learn how to extract the images containing the objects belonging to the specific class we determine.

Get hands-on with 1200+ tech skills courses.