YOLOv4 Tutorial #1 - Prerequisites for YOLOv4 Installation in 10 Steps

Tutorial on YouTube

Introduction

Hey guys and welcome back, so in the last lecture, I spoke about how YOLOv4 works and why its so awesome! Today I’m going to show you how to install the main dependencies in 10 Steps. If you follow these steps with me you should be able to get YOLOv4 working on images, videos and webcams in the upcoming tutorials.

Let’s go through the 10 steps that we need to for YOLOv4.

  1. Install Python
  2. Git Installation
  3. CMake Installation
  4. Visual Studio Installation
  5. Updating GPU Driver
  6. CUDA installation
  7. CuDNN Installation
  8. OpenCV Installation
  9. CMake OpenCV Configuration, and
  10. Building OpenCV in Visual Studio

It may seem like a lot of steps but, it is more reliable that using Anaconda to install everything. Well at least from my experience.

Some Prerequisites that you will need for this tutorial:

  • Are a mid to high range PC/Laptop
  • Windows 10, we will be launching an Ubuntu version of this YOLOv4 soon., and
  • A CUDA supported NVIDIA GPU, Just note that this will NOT work on any other GPU brand

Road Map

So, looking at our road map

  • Tut 1 which is this one, we spend setting up the pre-requisites
  • Tut 2, which is the next lecture, we will install Darknet & implement YOLOv4 on an image
  • Tut 3 we take YOLOv4 into real time object detection on video, for processing and saving a video and detection on a webcam.
  • Tut 4, we create a social Distancing App using YOLOv4.

Okay so let’s get into the tutorial - Click this link to get started

Comments

Popular posts from this blog

Movidius NCS (with Raspberry Pi) vs. Google Edge TPU (Coral) vs. Nvidia Jetson Nano – A Quick Comparison

OpenCV AI Kit - An Introduction to OAK-1 and OAK-D

OpenCV AI Kit - Interview with CEO Brandon Gilles