GithubHelp home page GithubHelp logo

golov2's Introduction

GOLOv2

YOLOv2 for Golang

This projects implements the yolov2 (https://pjreddie.com/darknet/yolov2/) RegionLayer in Go. It is heavily inspired by duangenquan's C++-RegionLayer implementation (https://github.com/duangenquan/YoloV2NCS).

This projects makes use of gocv (https://gocv.io) and go-ncs (https://github.com/hybridgroup/go-ncs/), both from hybridgroup (https://github.com/hybridgroup).

It comes with a tiny-yolo caffe model which I derived from original weights (https://pjreddie.com/media/files/yolov2-tiny-voc.weights) with this darknet2caffe converter: https://github.com/marvis/pytorch-caffe-darknet-convert. It also comes with a Movidius NCS model version of tiny-yolo which I compiled from the converted caffe model.

Setup

  1. Install gocv as described on https://gocv.io/getting-started/
  2. Install go-ncs as described on https://github.com/hybridgroup/go-ncs
  3. Plug in your Movidius Neural Compute Stick
  4. $ git clone [email protected]:dymat/GOLOv2.git
  5. $ cd GOLOv2
  6. go run *.go

golov2's People

Contributors

dymat avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.