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::drawonimage method.