Giter VIP home page Giter VIP logo

lis-detection's Introduction

LIS-Detection

In this project has been implemented an algorithm to detect the italian sign language (LIS - Lingua Italiana dei Segni) through Opencv, Mediapipe Hand Detection and a K-nn classifier.

๐Ÿ”จ Technologies

  • Python 3.8.13
  • Mediapipe 0.9.2.1
  • Opencv 4.6.0.66
  • Sklearn 1.1.2
  • Pickle 4.0

๐Ÿ“š Install

pip install - pip/requirements.txt

๐Ÿ“Š Dataset

Dataset was acquired using a previously created tool: acqTool

  • LIS alphabet letters were recorded (26 classes).
  • 500 vectors for each classes,
  • Vectors was normalized using the MinMaxScaler [0,1],
  • Each vector is composed by 42 features:
$$V_{i} = (x_{1}, y_{1}, ... , x_{n}, y_{n})$$

where:

  • x_{n} and x_{n} are the position in pixels,
  • (x_{n} , x_{n} ) is nth landmark on 2D image. 8

Note: only right hand was used during the acquisition. Download Here

๐Ÿšธ Classifier

The classifier chosen is K-NN ( sklearn ).

Confusion Matrix:

confusion_matrix_knn

๐Ÿš€ Launch

python hand_detection_main.py -c {classifier.pkl}

๐Ÿ“„ License

This project is released under the GNU General Public License v3.0

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.