alianse777 / darknet-rust

A Rust wrapper for Darknet, an open source neural network framework written in C and CUDA.
http://pjreddie.com/darknet/
MIT License
33 stars 8 forks source link

Expose more darknet sys features #6

Closed jerry73204 closed 4 years ago

jerry73204 commented 4 years ago

This PR extends #5. It adds more features from alianse777/darknet-sys-rust#5 to conditionally enable OpenCV and CUDA compilation. The patch must be blocked until the corresponding darknet-sys patch is merged and published to crates.io.

jerry73204 commented 4 years ago

How is the progress so far?