Skip to content

ekille/darknet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

This fork

Adds the ability to specify a list of files to run in batch. And prints out the parameters of the bounding box for each object found.

Example:

`./darknet detect cfg/yolov3.cfg yolov3.weights -list filelist.txt`

where filelist.txt is a text file containing the list of image files to be analyzed.

Releases

No releases published

Packages

No packages published

Languages

  • C 90.1%
  • Cuda 7.8%
  • Other 2.1%