What's new
Now I've decided to abandon usage of go-darknet (I mean usage of it only, not go-darknet itself) if favor of od_opencv which is battery-included object detection in Rust. It will allow to use RKNN/TensorRT in future, not just traditional Darknet weights/configurations.
For detailed explanation what is happened you can read this pull request: #15
Also, I've deiced to include converted ONNX files into this release's assets. Conversion has been done via darknet2onnx tool