Skip to content

v1.4.0 [BREAKING CHANGES] Eliminate go-darknet in favor of od_opencv

Latest

Choose a tag to compare

@LdDl LdDl released this 06 Apr 15:20
· 4 commits to master since this release

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