Skip to content

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.

License

Notifications You must be signed in to change notification settings

nmnobre/Darknet-on-ARM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.8%
  • Cuda 8.0%
  • Other 1.2%