Train your custom Object Detector

Alessandro Lamberti
Artificialis
Published in
8 min readAug 17, 2021

--

Learn how to train YOLOv5 on your custom dataset

What we’re going to cover

  • A bit about YOLOv5
  • Code set up
  • Download the data
  • Convert the annotations to a YOLOv5 format
  • Training
  • Testing

--

--