LdDl / go-darknet

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

Update darknet package on go.dev #27

Open Evert-Arends opened 2 years ago

Evert-Arends commented 2 years ago

Hello,

I noticed that there's quite a few versions out, but the go.dev site (https://pkg.go.dev/github.com/lddl/go-darknet) still has the broken go.mod file variant, is it at all possible to update this? While I'm here, I want to say thank you. You made my life so much better with this project, I can't wait to convert my current setup!

LdDl commented 2 years ago

Hello, thanks for warm words)

I'll take a lot into go.mod file (go mod tidy at least)

LdDl commented 2 years ago

https://sum.golang.org/lookup/github.com/lddl/go-darknet@v1.3.7 - works https://proxy.golang.org/github.com/lddl/go-darknet/@v/v1.3.7.mod - works https://proxy.golang.org/github.com/lddl/go-darknet/@latest - works

Interesting, force update can't help me lol. Still not valid: image

I'm tagging this issue as a bug now

LdDl commented 2 years ago

Hello,

I noticed that there's quite a few versions out, but the go.dev site (https://pkg.go.dev/github.com/lddl/go-darknet) still has the broken go.mod file variant, is it at all possible to update this? While I'm here, I want to say thank you. You made my life so much better with this project, I can't wait to convert my current setup!

Interesting. By going to https://pkg.go.dev/github.com/LdDl/go-darknet (notice github nickname in high register) it works

Evert-Arends commented 2 years ago

Hah good eye!

Hmm, that's not supposed to happen right?