Giter Site home page Giter Site logo

benidentifier's Introduction

"Ben Identifier"

This is a low level, extremely fast, neural network implementation of an object detector. It is currently trained to identify if 'Ben' our mascot is in a live image feed, outputting 'ben' or 'notben' This program does not run of popular backends like tensflow or pytorch and has all backend maths in the helper.py file. With only 80 focus (ben) and 20 empty (notben) images, this network achieves > 90% accuracy on detecting ben. (Network will almost never predict an image to contain ben if he is not present but will sometimes predict not ben when he is present)

The network can easily be trained to detect other images, included scripts for formatting data are included in the repo.

~~

The network takes 64x64 rgb images All processing is done on a CPU, most systems can run this network at > 30 fps, most bottlenecking would occur withing open cv mothods.

Ben image example:

Alt text

NotBen image example:

Alt text

benidentifier's People

Contributors

fysho avatar jas256 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.