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

Great refactoring (and co-maintainer request) #1

Closed jerry73204 closed 4 years ago

jerry73204 commented 4 years ago

The PR is almost a total rewriting of the crate. The highlight is that it adopts AlexeyAB's darknet instead of pjreddie's, due to the fact that the original author no longer maintains it. Several changes are made and issues are fixed in this patch.

The version is bumped to v0.2.0 due to breaking changes. I would be glad if these changes can be published to crates.io eventually. If possible, please promote me as the co-maintainer. Thanks.

jerry73204 commented 4 years ago

Thanks!

jerry73204 commented 4 years ago

I think it's time to push it to crates.io to make it publicly available.