hybridgroup / go-ncs

Go language bindings for the Intel Movidius Neural Compute Stick
Apache License 2.0
48 stars 9 forks source link

Help wanted for Yolov2 implementation #1

Open dymat opened 6 years ago

dymat commented 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 ;) )

dymat commented 6 years ago

...got it to work. The problem was the model.

deadprogram commented 6 years ago

Glad you got it working, @dymat any place online I can check out your code?

dymat commented 6 years ago

Yep: https://github.com/dymat/GOLOv2