LdDl / go-darknet

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

[QUESTION] Go-Darknet for Windows #29

Open kraftjustin opened 1 year ago

kraftjustin commented 1 year ago

Hey! Did you also test this on Windows? I just tried implementing this into my Go-Project but it doesn't seem to work. First problem was that he couldn't find the file. I think I solved this by changing the cgo include paths to the path where the darknet repository is located. on my Windows PC. However when I'm trying to run it, it always exits with status code 3221225781. According to my research this means that some form of dll is missing? I can't really debug or find out what really causes this issue.

Do you maybe have an idea on how to fix the issue? Kind regards :)

LdDl commented 1 year ago

Hello there! I've not tested it on Windows yet since I do not know about Windows a lot (how CGO works there). Googling such status code 3221225781 leads me to https://stackoverflow.com/questions/49413443/trouble-debugging-error-with-exit-code-3221225781-missing-libraries-in-windows Isn't this error caused just by missing VS redistributable?