- complie darknet as a share lib
make - make darknet python export
cd CIndex; cmake CMakeLists.txt; make - test darknet python export
cd ..; python test.py
- change test gpu id
fix src/cuda.c line 1 - other darknet python export
py_yolov2
#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.