In this video we will use YOLO V4 and use pretrained weights to detect object boundaries in an image. The model was trained on COCO dataset using YOLO V4.

Windows setup instructions: https://github.com/AlexeyAB/darknet#how-to-compile-on-windows-using-cmake

Above, I was getting errors when I used .\build.ps1 command but using following command instead worked:
powershell -ExecutionPolicy Bypass -File .\build.ps1

Make sure you are installing a compatible version of CUDA. For me it was CUDA 10.1, when I installed 11.x version I was getting all kind of errors so had to downgrade it to 10.1 Based on your system you might have to use a different version

download yolov4.weights from https://github.com/AlexeyAB/darknet#how-to-evaluate-ap-of-yolov4-on-the-ms-coco-evaluation-server

#yolo #deep-learning #machine-learning #developer #programming

Object Detection using YOLO v4 and Pre Trained Model
61.40 GEEK