yjxiong / darknet

Fork of Darknet with Python interface of YOLO object detector

Home Page:http://pjreddie.com/darknet/

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

Fork of Darknet with Python interface of YOLO object detector

http://pjreddie.com/darknet/

License:Other


Languages

Language:C 87.0%Language:Cuda 9.3%Language:C++ 2.1%Language:Python 0.8%Language:CMake 0.4%Language:Makefile 0.2%Language:Shell 0.1%Language:Objective-C 0.0%