HeKun-NVIDIA / py-darknet-yolo

object detection for 21 classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 64.4%Language:CMake 20.1%Language:Cuda 6.7%Language:Makefile 4.1%Language:C++ 4.0%Language:Python 0.5%Language:Shell 0.1%Language:Objective-C 0.0%