darknet 0.1.0

A Rust wrapper for Darknet, an open source neural network framework written in C and CUDA.
Documentation

A Rust wrapper for Darknet, an open source neural network framework written in C and CUDA.

Currently lacks training functionality as it usually done in python. (PRs are welcome)

Features:

  • image crate integration.

Put 'data' directory with your project if you plan to use Detections::draw_on_image method.