Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

340 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Added by jskang

  • List function to do multiple images given a list of filenames
  • List function does not generate images, instead it prints out bounding boxes for each image
  • Uses YOLOv2 544x544 config and weights file

Example:

./darknet yolo list cfg/yolo-voc.cfg yolo-voc.weights files.list
data/dog.jpg: Predicted in 0.011297 seconds.
car, 0.827306, 242, 91, 366, 147
dog, 0.913729, 64, 149, 174, 348
bicycle, 0.845698, 66, 131, 300, 288

About

Convolutional Neural Networks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages