The best approach

In this section, we will be trying the approach named YOLO. YOLO stands for You Only Look Once. This technique gives us good accuracy, is fast, and its memory management is easy. This section will be divided into two parts:

  • Understanding YOLO
  • Implementing the best approach using YOLO

In the first section, we will understand the basics about YOLO. During the implementation, we will be use YOLO with the pre-trained YOLO model. So, let's begin!

Understanding YOLO

YOLO is a state-of-the-art, real-time object detection system. On GPU Titan X, it processes images at 40-90 FPS and has a mAP on the PASCAL VOC dataset of 78.6% and a mAP of 48.1% on the coco test-dev dataset. So, now, we will look at how YOLO works and processes the images ...

Get Machine Learning Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.