Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 861 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 861 Bytes

darknet on arm

An incomplete port of Darknet (and YOLO) to the Qualcomm® Snapdragon™ 820 processor using the Symphony System Manager SDK to better utilize the multicore CPU, GPU and DSP inside said processor.

This is a fork of Joseph Redmon et al. work on Darknet and the You only look once (YOLO) real-time object detection system.

You already have the config file for YOLO in the cfg/ subdirectory. To get started with YOLO you still need a pre-trained weight file. I recommend* creating a ./pre-trained/ directory and then downloading the following file made available by the original authors: wget http://pjreddie.com/media/files/yolo.weights

*In fact, if you choose not to do this, you will have to edit the Makefile and darknet_run scripts by yourself.