Adsense

  • Latest News

    Tuesday 31 October 2017

    How/Where to start image processing for Face Recognition using Machine Learning & Deep Learning

     
    Demo: Face Recognition Using Deep Learning
    There are unlimited possibilities of Face Recognition or Image Processing using M.L & Deep Learning some of applications we use in our daily life Snapchat but these all apps rely on simple face detection for recognition you need lot more processing and some experience in open source technologies.

    What is required to recognize some pretty faces?

    1. Ubuntu 16.04: Some experience with terminal & basic shell scripts.
    2. Python 2.7/3.5: Mid-level coding & debugging skills in this open-source language for importing big Machine Learning packages into a simpler way.
    3. Some research about images, processing, servers & how to use command line arguments. 
    I will start from the beginning as when I was a usual person using windows & trying to execute codes for my basic projects & applications. If you are already experienced in Linux just skip to step: 3
    1. 1. Dual boot your system with Ubuntu 16.04 LTS, because when you reach to last steps of compiling FaceRecognizer classes from source of opencv you will get lots of errors in earlier or later versions of Linux.
    2. 2. By default you will get lot's of pre-packaged configurations with GNOME desktop flavour & I personally love this one if you are working on server side you must install XFCE4 light-weight desktops.
    3. 3. Install opencv & necessary packages: I have learnt lots of things from past 2years & if you really want to learn in more practical way read all his tutorials. Link: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
    4. 4. Why to build from source & include opencv_contrib module? Answer is there are lots of opencv bindings & classes which opencv officially didn't provide & the main FaceRecognizer class. So, it's strictly recomended you build from source in virtualenv else you will get error after hours of compiling & personally I have tried in lot's of ways, so stick to tutorial. If you want to read official documentation. Link: http://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html#face-recognition-with-opencv
    5. 5. Solving build & compile errors: At, some point after 83% compilation you may fatal error: hdf5.h: No such file or directory. Follow this issue for details: https://github.com/opencv/opencv/issues/6016. Simply, include these lines find_package(HDF5) include_directories(${HDF5_INCLUDE_DIRS}) before 3rd line in your downloaded/unzipped file opencv/modules/python/cmake.common

    Where to learn or find codes of Face Recognition?

    You will find lots of source code but I will recomend learn Machine Learning before compiling these codes then only you will be able to understand what is the math behind this. Learn here: https://www.coursera.org/learn/machine-learning

    What after all these? What applications I can build?


    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Thanks for your comment. We will try to reply as soon as possible.

    Regards
    VSL Creations

    Item Reviewed: How/Where to start image processing for Face Recognition using Machine Learning & Deep Learning Rating: 5 Reviewed By: Vishal Aditya
    Scroll to Top