Skip to content

HeKun-NVIDIA/py-darknet-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

object detection for 21 classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published