Skip to content

AlessioTonioni/darknet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

#About This Fork# This Fork allows to:

  • have an asymmetric grid in the final detection layer of yolo.
  • saving output of yolo demo to file.
  • passing training directory from command line.
  • improved yolo recall test code.
  • added yolo support for 4 channels png image.
  • test using 2 stacked image on input.
  • improved training list txt
  • improved validation code

About

Convolutional Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.5%
  • Cuda 8.5%
  • Python 0.4%
  • C++ 0.3%
  • Makefile 0.2%
  • Shell 0.1%