Open dymat opened 6 years ago
Hello to all who are interested!
I recently implemented the YOLOv2 RegionLayer (which calculates the bounding boxes) in Go and used gocv and go-ncs.
When I use the gocv-Caffemodel API I get correct bounding boxes. But when I use the Movidius NCS results are very poor (i.e. simply wrong).
I am writing here since I hope to get some ideas or even help from others out there. Here's my repository: https://github.com/dymat/GOLOv2
(BTW: I know that the issue section might not be the right place for these kinds of posts, but it seems to be a good one to start ;) )
...got it to work. The problem was the model.
Glad you got it working, @dymat any place online I can check out your code?
Yep: https://github.com/dymat/GOLOv2
Hello to all who are interested!
I recently implemented the YOLOv2 RegionLayer (which calculates the bounding boxes) in Go and used gocv and go-ncs.
When I use the gocv-Caffemodel API I get correct bounding boxes. But when I use the Movidius NCS results are very poor (i.e. simply wrong).
I am writing here since I hope to get some ideas or even help from others out there. Here's my repository: https://github.com/dymat/GOLOv2
(BTW: I know that the issue section might not be the right place for these kinds of posts, but it seems to be a good one to start ;) )