Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 602 Bytes

YOLO Object Detection.

Installation

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

Inference speed.

  • Runs at 10 FPS.