In this tutorial, we'll cover how to train YOLO v5 on a road sign object detection task. This tutorial will be broken down into the following parts:
1. Setting up YOLO v5 and dependencies
2. Downloading the data and converting it to YOLO v5 format
3. Training options
4. Inference on images and videos
For a more detailed breakdown of the theory behind the code, check out the full tutorial on the Paperspace blog.