Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 956 Bytes

This projdect is forked from https://github.com/pjreddie/darknet (06/16/2016), and runs on windows x64 with vs2012+cuda7.5+opencv.

##Preparations##

  1. Install vs2012 & cuda7.5

  2. Download pretrained models Full model, Small model, Tiny model.

  3. Compile and run:

./darknet yolo test cfg/yolo.cfg yolo.weights

./darknet yolo demo cfg/yolo.cfg yolo.weights

#Darknet Logo

##Darknet## Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation.

For more information see the Darknet project website.

For questions or issues please use the Google Group.