Git Product home page Git Product logo

activeshapemodels's Introduction

Active Shape Models for face detection

This project was part of my work for Advanced Digital Image Processing at the University of Iowa during spring 2017. You can read my final report for the class here. The report was a tad rushed, my apologies!

Usage

After cloning this repository, run the Example_FindFace script for a walkthrough demonstration of how to use this ASM code for locating a face in an example image.

More than just faces

It's probably worth pointing out that the ASM technique (and this implementation) is not limited to face detection. The models can be trained to detect whatever class of shapes the user chooses. So if you have a set of labeled images of hands (or whatever), you can train a model using the buildShapeModel.m and buildGrayLevelModel.m functions to search for hands (or whatever).

Background

Here is the original Cootes et al. paper. PDFs of the paper are available elsewhere online if you don't have access to the journal. Here is a link to the faces training set I annotated to train my model.

Manipulating the weights on the 1st and 2nd principal components deforms the face shape within an allowable range of variation.

activeshapemodels's People

Contributors

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