LdDl / go-darknet

Go bindings for Darknet (YOLO v4 / v7-tiny / v3)
Apache License 2.0
82 stars 19 forks source link

[FEATURE REQUEST] Update to stable YOLO v4 #21

Closed LdDl closed 2 years ago

LdDl commented 2 years ago

Is your feature request related to a problem? Please describe. Latest commit I've used: f056fc3b6a11528fa0522a468eca1e909b7004b7

But there is a new stable release of YOLO v4 (29th October 2021): https://github.com/AlexeyAB/darknet/releases/tag/yolov4

Describe the solution you'd like and provide pseudocode examples if you can Need to:

Describe alternatives you've considered and provide pseudocode examples if you can nope

Additional context nope

LdDl commented 2 years ago

working on it in https://github.com/LdDl/go-darknet/pull/23