Git Product home page Git Product logo

faces's Introduction

Features:

face detection - yup

face recognition - sorta. Currently only trained to recognize Beyonce.

face greening - incomplete. Lazy implementation only paints entire square green. Needs something to do background subtraction to isolate face.

eye detection and morse code from blinks - eyes are detected and found but morse code inconsistent

Installation:

tested on Ubuntu 16.04

checkout: git clone [email protected]:MisterYu:faces.git

go into checkout directory: cd faces

create virtual environment: python3 -m venv env_face

activate environment: . env_face/bin/activate

install requisite modules: pip install -r requirements.txt

install faces: python3 setup.py install

Usage:

activate environment: . env_face/bin/activate

python3 faces.py to bring up the gui in py_faces directory. Paths hard coded relative (sorry).

everything is off by default

click "start" to have camera start collecting data

click "stop" to have camera stop collecting data

click "Face Detect" to start face detection. "Eyes?", "Hulk out", and "Beyonce Recognition" won't work without "Face Detect"

click "Eyes?" to start eye detection and Morse code deciphering from blinks

click "Hulk out" to turn box with face in green; would be better if only face greened

click "Beyonce Recognition" to kick up Queen B recognition. Adjust "confidence" levels

Notes:

test code - NOPE. need more time to write all the test code. TDD fail.

C++ inclusion - NOPE. all time burned on feature implementation. Ideally use C++11 to thread face recognition on more than Queen B.

In order for modifications to show up, the modified ui file requires the following processing: pyuic5 faces_gui.ui -o faces_gui.py

faces's People

Contributors

liangjyu avatar

Watchers

James Cloos avatar Armen Rostamian avatar  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.