Giter Club home page Giter Club logo

opencv_dri's Introduction

Purpose

A project made to determine the building numbers and directions in a University Campus. This version does not support live video camera feed.

Dependencies

  • openCV-Python
  • Python 3.5+
  • numpy
  • pandas
  • sklearn

Explanation

  • I tried to determine the places where a digit or a directional arrow can be found on a image by applying morphological filters using openCV, with some hyper-parameter optimization I could get most of the areas of interest correctly.

  • Then, I created a dataset by cropping those areas of interest and labeling them with hand as what digit they are.

  • Applied data-augmentation(rotating, adding noise, shifting) methods to the labeled dataset, made the number of samples on each number equal.

  • Feed those dataset to SVM and KNN by getting the histogram of gradients(HOG) features.

  • Model had %96.2 accuracy with SVM.

Model Running Video: https://vimeo.com/370869897

opencv_dri's People

Contributors

kaanozturk98 avatar

Watchers

 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.