8000 GitHub - ekille/darknet: Convolutional Neural Networks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ekille/darknet

 
 

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%
0