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 is to make darknet work with yolo-face weights.

Follow these steps:

  • download the source code and build
make
  • download yolo-face cfg and weights to source directory
  • run demo which will open camera and show the face boxes
./darknet yolo demo yolo-face.cfg yolo-face_final.weights
  • run test on image
./darknet yolo test yolo-face.cfg yolo-face_final.weights test.jpg