• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Packt
    Computer Vision: YOLO Custom Object Detection with Colab GPU
    • About
    • Modules
    • Recommendations
    • Testimonials
    1. Browse
    2. Data Science
    3. Machine Learning
    Packt

    Computer Vision: YOLO Custom Object Detection with Colab GPU

    Packt - Course Instructors

    Instructor: Packt - Course Instructors

    Included with Coursera Plus

    •Learn more
    26 modules
    Gain insight into a topic and learn the fundamentals.
    Beginner level

    Recommended experience

    Recommended experience

    Beginner level

    Ideal for Python-savvy data scientists, engineers, and developers. Prior deep learning experience helps but isn't necessary to get started.

    7 hours to complete
    3 weeks at 2 hours a week
    Flexible schedule
    Learn at your own pace

    26 modules
    Gain insight into a topic and learn the fundamentals.
    Beginner level

    Recommended experience

    Recommended experience

    Beginner level

    Ideal for Python-savvy data scientists, engineers, and developers. Prior deep learning experience helps but isn't necessary to get started.

    7 hours to complete
    3 weeks at 2 hours a week
    Flexible schedule
    Learn at your own pace
    • About
    • Modules
    • Recommendations
    • Testimonials

    What you'll learn

    • Identify the steps required to set up the YOLO environment and Colab GPU.

    • Explain the process of Non-Maximum Suppression in object detection.

    • Utilize pre-trained YOLO models to perform object detection on images and videos.

    • Compare the results of object detection across different datasets using YOLO.

    Skills you'll gain

    • Real Time Data
    • Applied Machine Learning
    • Python Programming
    • Cloud Storage
    • System Configuration
    • Development Environment
    • Image Analysis
    • Software Installation
    • Data Collection
    • Data Processing
    • Computer Vision
    • Deep Learning

    Details to know

    Shareable certificate

    Add to your LinkedIn profile

    Assessments

    10 assignments

    Taught in English

    See how employees at top companies are mastering in-demand skills

    Learn more about Coursera for Business
     logos of Petrobras, TATA, Danone, Capgemini, P&G and L'Oreal
    Coursera Career Certificate

    Earn a career certificate

    Add this credential to your LinkedIn profile, resume, or CV

    Share it on social media and in your performance review

    Coursera Career Certificate

    There are 26 modules in this course

    In this comprehensive course, you'll dive into the world of real-time object detection with YOLO, one of the most powerful algorithms for detecting objects in images and videos. The course begins with an introduction to YOLO and object detection, followed by setting up your development environment with Anaconda and installing essential libraries like OpenCV. A review of Python basics ensures you are equipped with the necessary programming knowledge before delving into convolutional neural networks (CNNs).

    Once your environment is ready, the course progresses into more advanced topics such as implementing YOLO for pre-trained object detection. You’ll explore practical examples, including detecting objects in images, videos, and live webcam feeds. The course then takes you through custom training with YOLOv4, where you will learn to collect and label data, train-test split, and prepare Darknet for training your own models. Each phase of custom training is covered step by step, including synchronization with Google Colab and Drive, testing Darknet, and fine-tuning the training process. By the end of the course, you'll be adept at training YOLO models for specific use cases, including the detection of various objects and even custom challenges such as COVID-19 detection. Along the way, you'll troubleshoot common issues like GPU usage limits in Colab and explore real-world case studies to solidify your understanding. No prior knowledge of YOLO is required, but a basic understanding of machine learning concepts will be helpful. This course is designed for data scientists, machine learning engineers, and computer vision enthusiasts who are familiar with Python programming.

    In this module, we will introduce the course content and outline the key concepts you'll be learning. This section will provide an overview, helping you understand the course structure and what to expect as you progress.

    What's included

    1 video1 reading

    1 video•Total 9 minutes
    • Course Introduction and Table of Contents•9 minutes•Preview module
    1 reading•Total 10 minutes
    • Full Course Resources•10 minutes

    In this module, we will dive into the basics of YOLO, a state-of-the-art object detection algorithm. You'll learn about its scope, importance, and why it's widely used in various computer vision applications.

    What's included

    1 video

    1 video•Total 5 minutes
    • Introduction to You Only Look Once (YOLO) Object Detection•5 minutes•Preview module

    In this module, we will guide you through installing and setting up Anaconda, a popular platform for managing Python environments. You'll learn how to prepare your system for running the course projects.

    What's included

    1 video1 assignment

    1 video•Total 6 minutes
    • Environment Setup - Installing Anaconda•6 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 1•15 minutes

    In this module, we will cover fundamental Python programming concepts, including flow control, data structures, and functions. These basics are crucial for developing and understanding the custom YOLO model later in the course.

    What's included

    4 videos

    4 videos•Total 34 minutes
    • Assignment•9 minutes•Preview module
    • Flow Control•9 minutes
    • Data Structures•11 minutes
    • Functions•3 minutes

    In this module, we will walk you through the installation of the OpenCV library, a key tool for image processing and computer vision. You'll ensure your environment is ready for the practical tasks ahead.

    What's included

    1 video

    1 video•Total 3 minutes
    • Installing OpenCV Library•3 minutes•Preview module

    In this module, we will introduce Convolutional Neural Networks (CNNs), the backbone of many modern computer vision applications. You'll gain insights into how CNNs function and their relevance to YOLO.

    What's included

    1 video1 assignment

    1 video•Total 11 minutes
    • Introduction to Convolutional Neural Networks (CNNs)•11 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 2•15 minutes

    In this module, we will guide you through using a pre-trained YOLO model to detect objects in images. You'll learn how to perform this task step-by-step, gaining hands-on experience with the YOLO algorithm.

    What's included

    4 videos

    4 videos•Total 30 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 1•3 minutes•Preview module
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 2•6 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 3•7 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image - Part 4•12 minutes

    In this module, we will explore Non-Maximum Suppression (NMS), a technique used to improve object detection accuracy in YOLO. You'll see how NMS helps eliminate redundant detections, refining the final output.

    What's included

    2 videos

    2 videos•Total 9 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image – Non-Maximum Suppression (NMS) - Part 1•4 minutes•Preview module
    • You Only Look Once (YOLO) Pre-Trained Object Detection from an Image – Non-Maximum Suppression (NMS) - Part 2•5 minutes

    In this module, we will demonstrate how to perform real-time object detection using a webcam and a pre-trained YOLO model. You'll learn to adapt YOLO for live video feeds, enhancing your practical skills.

    What's included

    1 video1 assignment

    1 video•Total 6 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from a Real-Time Webcam Video•6 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 3•15 minutes

    In this module, we will show you how to apply YOLO to detect objects in pre-saved video files. You'll explore the nuances of video-based detection and how to optimize the model for such tasks.

    What's included

    1 video

    1 video•Total 3 minutes
    • You Only Look Once (YOLO) Pre-Trained Object Detection from a Pre-Saved Video•3 minutes•Preview module

    In this module, we will introduce you to the process of custom training a YOLO model. You'll learn about the advantages of customizing YOLO for specific tasks and get an overview of the training process.

    What's included

    1 video

    1 video•Total 4 minutes
    • Introduction to the Custom-Trained You Only Look Once (YOLO) Model•4 minutes•Preview module

    In this module, we will focus on setting up the Darknet environment, a key step in custom training YOLOv4 models. You'll download the necessary weights and prepare your system for the training process.

    What's included

    2 videos1 assignment

    2 videos•Total 10 minutes
    • You Only Look Once v4 (YOLOv4) Introduction and Downloading Weights•6 minutes•Preview module
    • You Only Look Once v4 (YOLOv4) Preparing Darknet•4 minutes
    1 assignment•Total 15 minutes
    • Assessment 4•15 minutes

    In this module, we will guide you through the data collection process for training a YOLOv4 model. You'll learn how to gather and organize data effectively, ensuring your training dataset is robust.

    What's included

    2 videos

    2 videos•Total 9 minutes
    • Data Collection - Part 1•4 minutes•Preview module
    • Data Collection - Part 2•4 minutes

    In this module, we will cover the image labeling process, a critical step in preparing your dataset for YOLOv4 training. You'll use labeling tools to create accurate and consistent annotations for your images.

    What's included

    2 videos

    2 videos•Total 12 minutes
    • Image Labelling - Part 1•7 minutes•Preview module
    • Image Labelling - Part 2•5 minutes

    In this module, we will explain the concept of train-test splitting, essential for evaluating the performance of your YOLOv4 model. You'll learn how to balance your data to achieve optimal training results.

    What's included

    1 video1 assignment

    1 video•Total 5 minutes
    • You Only Look Once v4 (YOLOv4) Custom Training Phase 2 - Train Test Split•5 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 5•15 minutes

    In this module, we will focus on the final stages of preparing your dataset for YOLOv4 training. You'll apply preprocessing techniques to ensure your data is ready for the training phase.

    What's included

    2 videos

    2 videos•Total 12 minutes
    • Data Preparation - Part 1•5 minutes•Preview module
    • Data Preparation - Part 2•6 minutes

    In this module, we will demonstrate how to sync your data with Google Drive and connect it to Colab. You'll learn how to manage your files efficiently, ensuring smooth operation during model training.

    What's included

    2 videos

    2 videos•Total 9 minutes
    • Preparing Files Sync to Drive•4 minutes•Preview module
    • Connecting Colab and Drive•5 minutes

    In this module, we will guide you through compiling and testing Darknet, the framework used for YOLOv4 training. You'll learn to resolve any issues that may arise during the setup process.

    What's included

    3 videos1 assignment

    3 videos•Total 18 minutes
    • Compile and Test Darknet - Part 1•5 minutes•Preview module
    • Compile and Test Darknet - Part 2•5 minutes
    • Compile and Test Darknet - Part 3•7 minutes
    1 assignment•Total 15 minutes
    • Assessment 6•15 minutes

    In this module, we will explore how to monitor and analyze the training progress of your YOLOv4 model. You'll use charts and metrics to assess performance and make necessary adjustments.

    What's included

    1 video

    1 video•Total 5 minutes
    • You Only Look Once v4 (YOLOv4) Custom Training Phase 5 - Chart and Training Progress Analysis•5 minutes•Preview module

    In this module, we will cover the final steps of YOLOv4 training, including downloading and saving the model weights. You'll learn how to complete the training process and prepare your model for deployment.

    What's included

    1 video

    1 video•Total 8 minutes
    • You Only Look Once v4 (YOLOv4) Custom Training Phase 5 - Finalizing Training Download Weights•8 minutes•Preview module

    In this module, we will discuss the GPU usage limits in Google Colab and how they may affect your YOLOv4 training. You'll learn strategies to manage these limits and keep your training process uninterrupted.

    What's included

    1 video1 assignment

    1 video•Total 3 minutes
    • Colab GPU Usage Limit Issue•3 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 7•15 minutes

    In this module, we will guide you through upgrading OpenCV to ensure compatibility with YOLOv4. You'll learn how to perform the upgrade and resolve any issues that may arise.

    What's included

    1 video

    1 video•Total 5 minutes
    • OpenCV Upgrade for You Only Look Once v4 (YOLOv4)•5 minutes•Preview module

    In this module, we will demonstrate how to use a pre-trained YOLOv4 model to detect objects in both images and videos. You'll explore the model's versatility and practical uses in various scenarios.

    What's included

    1 video1 assignment

    1 video•Total 2 minutes
    • You Only Look Once v4 (YOLOv4) Pre-Trained Object Recognition from an Image and a Video•2 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 8•15 minutes

    In this module, we will show you how to train a YOLOv4 model to detect coronavirus in images. You'll learn the nuances of customizing YOLOv4 for specialized detection tasks.

    What's included

    1 video

    1 video•Total 4 minutes
    • You Only Look Once v4 (YOLOv4) Custom Coronavirus Detection from an Image•4 minutes•Preview module

    In this module, we will focus on applying a custom-trained YOLOv4 model to detect coronavirus in videos. You'll gain experience in adapting image-based models for video analysis.

    What's included

    1 video1 assignment

    1 video•Total 2 minutes
    • You Only Look Once v4 (YOLOv4) Custom Coronavirus Detection from a Video•2 minutes•Preview module
    1 assignment•Total 15 minutes
    • Assessment 9•15 minutes

    In this module, we will present additional real-world case studies demonstrating the application of YOLO in different industries. You'll see how the concepts learned can be applied to solve real-world challenges.

    What's included

    1 video1 assignment

    1 video•Total 5 minutes
    • Other Sample Real-World Case Studies•5 minutes•Preview module
    1 assignment•Total 60 minutes
    • Full Course Assessment•60 minutes

    Instructor

    Packt - Course Instructors
    Packt - Course Instructors
    Packt
    709 Courses•106,591 learners

    Offered by

    Packt

    Offered by

    Packt

    Packt helps tech professionals put software to work by distilling and sharing the working knowledge of their peers. Packt is an established global technical learning content provider, founded in Birmingham, UK, with over twenty years of experience delivering premium, rich content from groundbreaking authors on a wide range of emerging and popular technologies.

    Explore more from Machine Learning

    • M

      MathWorks

      Deep Learning for Object Detection

      Course

    • E

      Edge Impulse

      Computer Vision with Embedded Machine Learning

      Course

    • D

      DeepLearning.AI

      Advanced Computer Vision with TensorFlow

      Course

    • C

      Coursera Project Network

      Deep Learning with PyTorch : Object Localization

      Course

    Why people choose Coursera for their career

    Felipe M.
    Learner since 2018
    "To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
    Jennifer J.
    Learner since 2020
    "I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
    Larry W.
    Learner since 2021
    "When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
    Chaitanya A.
    "Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

    New to Machine Learning? Start here.

    Computer Vision Algorithms: Decoding the Visual World

    April 24, 2025

    Article

    What Is a Variational Autoencoder?

    March 18, 2025

    Article

    What Is Image Processing?

    April 29, 2025

    Article

    Data Analysis with RStudio: Understanding the Basics

    February 22, 2025

    Article

    Coursera Plus

    Open new doors with Coursera Plus

    Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription

    Learn more

    Advance your career with an online degree

    Earn a degree from world-class universities - 100% online

    Explore degrees

    Join over 3,400 global companies that choose Coursera for Business

    Upskill your employees to excel in the digital economy

    Learn more

    Frequently asked questions

    Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.

    If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.

    Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.

    If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.

    This course is one of a few offered on Coursera that are currently available only to learners who have paid or received financial aid, when available.

    You will be eligible for a full refund until two weeks after your payment date, or (for courses that have just launched) until two weeks after the first session of the course begins, whichever is later. You cannot receive a refund once you’ve earned a Course Certificate, even if you complete the course within the two-week refund period. See our full refund policyOpens in a new tab.

    Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

    More questions

    Visit the learner help center

    Financial aid available,

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.