Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
YOLO v5: Label, Train and Test
Rating: 4.4 out of 5(22 ratings)
105 students

YOLO v5: Label, Train and Test

Train & test YOLO v5 object detector with your own-custom data and by few code lines only: CPU & GPU
Last updated 11/2023
English
English [Auto],

What you'll learn

  • Train YOLO v5 with few code lines
  • Label own dataset in YOLO format
  • Create custom dataset in YOLO format
  • Test YOLO v5 on image, video and by camera

Course content

7 sections33 lectures5h 7m total length
  • Interview with international students3:31

    Could you tell us few words about yourself? Why are you interested in studying about objects detection by YOLO v5? What are the pain points you already experience and would like to overcome?

  • Introduction to the course3:53

    Who is the instructor? What am I going to solve in this course? What will I be able to do by the end of the course? Will be the course fun and engaging?

  • Quick Start: Test already trained YOLO v525:20

    Detect objects on image, video and in real time by camera with already trained YOLO v5: CPU & GPU.

  • Quiz
  • Manage conda environments7:03

    Create and update separate environment. Switch between environments. Visualize all the environments.

  • Set up Jupyter Notebook10:06

    Install Jupyter Notebook. Run cells with code to verify successful installation.

  • Quiz
  • How to study the course?2:21

    What are the hints to gain best possible experience while studying the course?

  • Outro & key takeaways1:17

    Recap and summarize the Section. Sense the progress and transit to the next step.

Requirements

  • Basics of Python v3
  • Basics on how to work with Anaconda Environments
  • Basics on how to work with terminal window or Anaconda Prompt
  • Basics on how to work with Jupyter Notebook
  • Basics of Object Detection algorithms

Description

In this completely practical course, you'll train your own object detector by YOLO v5 as the state-of-the-art algorithm.

  1. As for the quick start, you’ll test already trained YOLO v5 to detect objects on image, video and in real time by camera.

  2. After that, you’ll label your own dataset in YOLO format and create custom dataset from huge existing one.

  3. Next, you’ll train YOLO v5 in local machine as well as in cloud machine.

  4. Then, you’ll test YOLO v5 detector that was trained on your own data.

  5. As for the bonus part, you’ll pass practice test and plan your next steps.

All the code templates can be modified and applied in your future work. The course can supplement your own project that you can represent as the results to your supervisor, or to make a presentation in front of classmates, or even mention it in your resume.


Content Organization

Each Section of the course contains:

  • Video lectures

  • Code templates and coding activities

  • Quizzes

  • Downloadable instructions

  • Discussion opportunities


SMART lectures

Video lectures of the course have SMART objectives:

S - specific (the lecture has specific objectives)

M - measurable (results are reasonable and can be quantified)

A - attainable (the lecture has clear steps to achieve the objectives)

R - result-oriented (results can be obtained by the end of the lecture)

T - time-oriented (results can be obtained within the visible time frame)


Principle questions


What pain point, need, or desire is addressed in the course?

The course solves the student’s pain point who want to use YOLO v5 algorithm with his/her custom data for object detection but don't know where to start.


What is the prior knowledge that student has to have before starting the course?

The student has written good amount of the code in Python. May or may not already have some practice of implementing object detection algorithms (good to have but not obligatory).


Who is the course for?

Student who studies computer vision and:

  • wants to use YOLO v5 for object detection;

  • wants to train YOLO v5 with completely new data;

  • wants to label own data in YOLO format;

  • wants to convert existing data in YOLO format;

  • wants to test YOLO v5 on image, video and by camera.


What are the aspirations for taking the course?

The student's aspirations are:

  • to build complete application for object detection with YOLO v5;

  • to write scientific paper about different approaches for object detection;

  • to accomplish final project about object detection that he/she might doing now;

  • to improve his/her hard skills in object detection with YOLO v5 before the next interview for the internship or dream job.


What will I be able to do at the end of the course?

At the end of the course, you will be able to:

  • apply trained YOLO v5 to detect objects on image, video and in real time by camera;

  • label own dataset and structure files in YOLO format;

  • create custom dataset in YOLO format;

  • convert existing dataset of traffic signs in YOLO format;

  • train YOLO v5 detector with custom data and few lines of the code;

  • train and test both: in local machine and in cloud machine.

Who this course is for:

  • Bachelor students, Master students, Postgraduates and young researchers in the field of Information Technology and Computer Science
  • Students who want to know how to train YOLO v5 with new data
  • Students who want to label own data in YOLO format
  • Students who want to convert existing data in YOLO format