Git Product home page Git Product logo

facerecognizer2's Introduction

FaceRecognizer

FaceRecognizer è un sistema per il riconoscimento di parametri biometrici (genere, età stimata, gruppo etnico) basato su OpenCV 3.

Modalità d'uso

Una volta compilato e dotato dei permessi di esecuzione, il programma può essere avviato da terminale con il seguente comando.

N.B.: si suppone che la cartella corrente di lavoro del terminale sia quella in cui è presente l'eseguibile.

./FaceRecognizer <input> <source> <detectionsRequired>

Dove:

  • <input> ::= -vid | -img | -cam
  • <source> ::=
    • il percorso del video o dell'immagine nel file system, se il primo argomento specificato è -vid o -img
    • l'id del dispositivo di acquisizione video (della webcam), se il primo argomento specificato è -cam.
  • <detectionsRequired> := -g | -r | -a | -gh | -ah
    • -g richiede di identificare il genere
    • -r richiede di identificare l'etnia
    • -a richiede di identificare l'età
    • -gh richiede di identificare il genere con un algoritmo di deep learning (richiede una macchina ad elevate prestazioni)
    • -ah richiede di identificare l'età con un algoritmo di deep learning (richiede una macchina ad elevate prestazioni)

Compilazione e dipendenze

Per poter compilare correttamente FaceRecognizer bisogna aver compilato e installato:

  • OpenCV 3.1.0
  • OpenCV extra modules

Il progetto, previa eliminazione del file .user, può essere facilmente importato nella IDE QTCreator in cui è stato sviluppato.

Note

Alcuni modelli non sono stati inclusi in questa repository a causa della loro grande dimensione. Per questo motivo le funzioni che da essi dipendono non saranno momentaneamente disponibili. In particolare sono assenti i modelli che fanno uso del deep learning.

facerecognizer2's People

Contributors

louieq 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.