Giter Club home page Giter Club logo

facial-keypoint-detection's Introduction

Facial_Keypoint_Detection

This project was done as a part CS-574 (Computer Vision using Machine Learning) course at IIT Guwahati.

Dependencies

  1. Numpy
  2. Python 3.6
  3. Keras(with Tensorflow Backend)
  4. Pandas
  5. Scikit-Learn

Architectures

We have tried out 4 types of Architecture namely :

  1. RandomForest
    • Data was split into 23% test data and 77% training data.
    • RMSE = 2.72725802
  2. Feed-forward Neural Network (with single hidden layer of 100 neuron)
    • Data was split into 23% test data and 77% training data.
    • RMSE = 2.98529003976
    • Some result on test data:
    • alt text
  3. Convolutional Neural Network
    • Data was split into 23% test data and 77% training data.
    • RMSE = 2.5521943944
    • Following CNN architecture was used for model-3 and model-4 :
    • alt text
  4. Convolutional Neural Network (with dropout on every layer)
    • Data was split into 23% test data and 77% training data.
    • Dropout probablity of 0.5 was used in model 4.
    • RMSE = 2.32341972693
    • Following is the comparison of model-3 and model-4 :
    • alt text

Final Results

Our result showed that CNN(with dropout) performed best on facial keypoint detection task followed by CNN(without dropout), RandomForest and Simple Feed Forward Network respectively.

Project Members

  1. Abhinav Anshuman
  2. Aditya Gaurav
  3. Chirag Sodani
  4. Rahul Kumar

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.