Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 755 Bytes
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.