Skip to content

zt706/darknet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use
  1. complie darknet as a share lib
    make
  2. make darknet python export
    cd CIndex; cmake CMakeLists.txt; make
  3. test darknet python export
    cd ..; python test.py
tips
  • change test gpu id
    fix src/cuda.c line 1
  • other darknet python export
    py_yolov2

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 90.9%
  • Cuda 7.9%
  • Python 0.4%
  • C++ 0.3%
  • Makefile 0.3%
  • Shell 0.1%
  • CMake 0.1%