Skip to content

abggcv/darknet-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • C 13.6%
  • Cuda 1.6%
  • Objective-C 0.2%
  • Python 0.1%
  • Makefile 0.0%