Mastering YOLO: Build an Automatic Number Plate Recognition System

Rouizi, Yacine

  • 出版商: Independently Published
  • 出版日期: 2023-10-23
  • 售價: $950
  • 貴賓價: 9.5$903
  • 語言: 英文
  • 頁數: 68
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 9798865210634
  • ISBN-13: 9798865210634
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

In this comprehensive guide, you'll learn everything you need to know to master YOLOv8. With detailed explanations, practical examples, and step-by-step tutorials, this book will help you build your understanding of YOLOv8 from the ground up.

Discover how to train the YOLOv8 model to accurately detect and recognize license plates in images and real-time videos.

From data collection to deployment, master every step of building an end-to-end ANPR system with YOLOv8.

Here's what you'll get with this book:

  • Source code used in the book.
  • Hands-on coding experience and real-world implementation.
  • Step-by-step guide with clear explanations and code examples.
  • Gain practical skills that can be applied to real-world projects.

Who Is This Book For?

This book is aimed at individuals who already have some basic knowledge of Python programming, OpenCV, and computer vision.

It is ideal for Python programmers who are looking for a practical, hands-on guide to building more advanced object detection and recognition projects.

It is also suitable for anyone familiar with OpenCV and computer vision who wants to take their skills to the next level and learn how to apply object detection to solve real-world problems.

Whether you're a hobbyist, a student, or a professional developer, this book will provide you with the knowledge and tools you need to get started with building your own object detection and recognition systems.

Table of Contents

1. What is Object Detection
2. Advancements in Object Detection
3. YOLO: The Object Detection Framework

3.1. What is YOLO
3.2. How YOLO works
3.3. YOLO Architecture
3.4. YOLO Versions
4. Environment Setup
4.1. Install Miniconda
4.2. Install the Required Packages
4.3. Install CUDA and cuDNN for GPU support
4.4. Project Structure
5. Data Preparation
5.1. Gathering the Data
5.2. Labeling the Data
5.3. Splitting the Data
5.4. Creating the YAML File
6. Training the YOLO Model
6.1. Choose a Model
6.2. Start Training
7. Detecting Number Plates with the Trained Model
7.1. Number Plate Detection in Images
7.2. Number Plate Detection in Videos
8. Recognizing Number Plates Using OCR
8.1. Number Plate Recognition in Images
8.2. Number Plate Recognition in Videos
9. Create a Web Application with Streamlit
9.1. Introduction
9.2. Installing Streamlit
9.3. Creating a New Streamlit App
9.4. Adding Upload Feature
9.5. Integrating our Number Plate Recognition System with Streamlit
10. Conclusion