- Clone the darknet repo in YOLO folder.
git clone https://github.com/AlexeyAB/darknet.git
- Change the makefile according to requirement, instructed here
- Lastly compile the framework as instructed here
- Download the yolov4 weights from here, and put under
./weights
folder.
- Runs at 10 FPS.