This projdect is forked from https://github.com/pjreddie/darknet (06/16/2016), and runs on windows x64 with vs2012+cuda7.5+opencv.
##Preparations##
-
Install vs2012 & cuda7.5
-
Download pretrained models Full model, Small model, Tiny model.
-
Compile and run:
./darknet yolo test cfg/yolo.cfg yolo.weights
./darknet yolo demo cfg/yolo.cfg yolo.weights
##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.