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

Please watch: “Mask R CNN Implementation | How to Install and Run using TensorFlow 2.0 | 2021“ --~-- For YOLOv4 to be installed we first need to install a bunch of prerequisites like Python, CUDA, CUDnn, Numpy, OpenCV, etc. ►YOLOv4 Course Github - ►Ultimate AI-CV Webinar - ==Timecode== 0:00 - Introduction 3:46 - Installing Python 5:02 - Git Installation 5:17 - CMAKE Installation 5:43 - Visual Studio Installation 6:45 - Updating GPU Drivers 7:31 - CUDA Installation 9:05 - CUDnn Installation 10:52 - Open CV Installation 11:51 - CMake 12:50 - Building OpenCV in Visual Studio 13:56 - Summary So in the last lecture, I spoke about how YOLOv4 works and why its so awesome! Today Im 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 u
Back to Top