Video description
Object detection is the most commonly used application of computer vision, which also helps the computer recognize and classify objects inside an image. This video course will help you learn Python-based object recognition methods and develop custom object detection models.
The course begins with an introduction to the You Only Look Once (YOLO) object detection system, Python programming, and Convolutional Neural Networks (CNNs). You will learn object detection by installing Anaconda on your computer and the OpenCV library in Python. Next, you will learn to perform object detection and recognition on a single object in an image and on a real-time webcam video using YOLO pre-trained model and Common Objects in Context (COCO) dataset.
Moving ahead, you will learn the pros and cons of using a pre-trained dataset model and a custom dataset trained model. In addition, you will get an overview of the free GPU offered by Google Colab. Toward the end, you will learn to create a custom dataset and train a darknet YOLO model to detect coronavirus from an electron microscope image or video output.
By the end of this video course, you will develop the skills required to build object recognition models using predefined and custom datasets.
What You Will Learn
- Become familiar with Python and OpenCV libraries
- Perform object recognition using a predefined dataset
- Create a custom dataset and train the You Only Look Once (YOLO) model
- Use the YOLO model on a single image for object detection
- Try the YOLO model for object detection from a real-time webcam video
- Create a full-fledged flawless coronavirus detection model
Audience
If you are a beginner, a developer, or a computer vision enthusiast who wants to develop models for object recognition using Python, then this course is for you. A basic understanding of Python and object recognition is recommended, but not mandatory, to quickly understand the concepts explained.
About The Author
Abhilash Nelson: Abhilash Nelson is a pioneering, talented, and security-oriented Android/iOS mobile and PHP/Python web application developer with more than 8 years of IT experience involving designing, implementing, integrating, testing, and supporting impactful web and mobile applications. He has a master's degree in computer science and engineering and has PHP/Python programming experience, which is an added advantage for server-based Android and iOS client applications. Abhilash is currently a senior solution architect managing projects from start to finish to ensure high quality and innovative and functional design.
Publisher resources
Table of contents
- Chapter 1 : Course Introduction and Table of Contents
- Chapter 2 : Introduction to You Only Look Once (YOLO) Object Detection
- Chapter 3 : Environment Setup - Installing Anaconda
- Chapter 4 : Python Basics
- Chapter 5 : Installing OpenCV Library
- Chapter 6 : Introduction to Convolutional Neural Networks (CNNs)
-
Chapter 7 : You Only Look Once (YOLO) Pre-Trained Object Detection from Image
- You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 1
- You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 2
- You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 3
- You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 4
- Chapter 8 : You Only Look Once (YOLO) Pre-Trained Object Detection from an Image – Non-Maximum Suppression (NMS)
- Chapter 9 : You Only Look Once (YOLO) Pre-Trained Object Detection from a Real-Time Webcam Video
- Chapter 10 : You Only Look Once (YOLO) Pre-Trained Object Detection from a Pre-Saved Video
- Chapter 11 : Introduction to the Custom-Trained You Only Look Once (YOLO) Model
- Chapter 12 : YOLOv4 Custom Training Phase 1 – Preparing Darknet
- Chapter 13 : You Only Look Once v4 (YOLOv4) Custom Training Phase 2 - Data Collection
- Chapter 14 : You Only Look Once v4 (YOLOv4) Custom Training Phase 2 - Image Labelling
- Chapter 15 : You Only Look Once v4 (YOLOv4) Custom Training Phase 2 - Train Test Split
- Chapter 16 : You Only Look Once v4 (YOLOv4) Custom Training Phase 2 - Data Preparation
- Chapter 17 : You Only Look Once v4 (YOLOv4) Custom Training Phase 3 – Data Sync
- Chapter 18 : You Only Look Once v4 (YOLOv4) Custom Training Phase 4 - Compile and Test Darknet
- Chapter 19 : You Only Look Once v4 (YOLOv4) Custom Training Phase 5 - Chart and Training Progress Analysis
- Chapter 20 : You Only Look Once v4 (YOLOv4) Custom Training Phase 5 - Finalizing Training Download Weights
- Chapter 21 : Colab GPU Usage Limit Issue
- Chapter 22 : OpenCV Upgrade for You Only Look Once v4 (YOLOv4)
- Chapter 23 : You Only Look Once v4 (YOLOv4) Pre-Trained Object Recognition from an Image and a Video
- Chapter 24 : You Only Look Once v4 (YOLOv4) Custom Coronavirus Detection from an Image
- Chapter 25 : You Only Look Once v4 (YOLOv4) Custom Coronavirus Detection from a Video
- Chapter 26 : Other Sample Real-World Case Studies
Product information
- Title: Computer Vision: You Only Look Once (YOLO) Custom Object Detection with Colab GPU
- Author(s):
- Release date: September 2020
- Publisher(s): Packt Publishing
- ISBN: 9781800563865
You might also like
book
Deep Learning for Coders with fastai and PyTorch
Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. …
video
Grokking Algorithms, Video Edition
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and …
video
Introduction to Transformer Models for NLP: Using BERT, GPT, and More to Solve Modern Natural Language Processing Tasks
11+ Hours of Video Instruction Learn how to apply state-of-the-art transformer-based LLMs, including BERT, ChatGPT, GPT-3, …
video
Natural language processing using transformer architectures
Whether you need to automatically judge the sentiment of a user review, summarize long documents, translate …