Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 637 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 637 Bytes

Darknet Logo


This repo is for the python interface of YOLO object detector.

#Build To build, run

mkdir build && cd build
cmake ..
make 

#Run to try the code

cd ../pyDarknet
python __init__.py

#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.