Face-Landmarking | Real time face landmarking using decision trees and NN | Machine Learning library

 by   TomaszRewak C++ Version: Current License: MIT

kandi X-RAY | Face-Landmarking Summary

kandi X-RAY | Face-Landmarking Summary

Face-Landmarking is a C++ library typically used in Artificial Intelligence, Machine Learning, Deep Learning, OpenCV applications. Face-Landmarking has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This software is written (mostly) in C++ (with some ML parts written in Python). For video capturing and processing it uses OpenCV (OpenCV is also used for initial face detection). In this project, the face landmarking is an iterative process which updates positions of key face points each frame using simple filters and decision trees. At the same time NN autoencoders ensure that the overall shape of the face stays correct. The algorithm maps 194 points on all of the detected faces each frame. The ML models have been thought using the HELEN dataset: It's just a pet project of mine, so it still requires some work. In particular I didn't have that much time (nor will :D) to conduct extended experiments. Most of the parameters (like shape and number of filters, size of NN etc.) are just mine educated guesses.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Face-Landmarking has a low active ecosystem.
              It has 73 star(s) with 8 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 1 have been closed. On average issues are closed in 4 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Face-Landmarking is current.

            kandi-Quality Quality

              Face-Landmarking has no bugs reported.

            kandi-Security Security

              Face-Landmarking has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Face-Landmarking is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Face-Landmarking releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Face-Landmarking
            Get all kandi verified functions for this library.

            Face-Landmarking Key Features

            No Key Features are available at this moment for Face-Landmarking.

            Face-Landmarking Examples and Code Snippets

            No Code Snippets are available at this moment for Face-Landmarking.

            Community Discussions

            QUESTION

            Xcode building while device is connected but not archiving
            Asked 2017-Jul-05 at 08:53

            I am trying to build the project using this as basis : GitHub code

            but it is giving me error when i am trying to archive the project, while running it directly on device is okay. If i turn bitcode to off it makes the build but exit with some error on the iphone because dlib library is not being added needed for detection.

            ...

            ANSWER

            Answered 2017-Jul-05 at 06:42

            Select Generic iOS Device while archiving

            Source https://stackoverflow.com/questions/44918624

            QUESTION

            iOS Ignoring enqueueSampleBuffer because status is failed
            Asked 2017-Apr-29 at 00:36

            When I restart app from here: https://github.com/zweigraf/face-landmarking-ios picture from camera doesn't appear and printing error: "Ignoring enqueueSampleBuffer because status is failed".

            The problem is probably in captureOutput from SessionHandler.swift

            ...

            ANSWER

            Answered 2017-Apr-29 at 00:36

            I find a solution! Thanks to Why does AVSampleBufferDisplayLayer fail with Operation Interrupted (-11847)?

            If you had similar problem you need to set AVSampleBufferDisplayLayer each time app entering foreground. Like this:

            Source https://stackoverflow.com/questions/43687169

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Face-Landmarking

            This repo contains all the code required to extract features from the dataset, generate ML models and use the face landmarker. Things that are missing are: dependencies (like OpenCV which has to be installed separately) and learning data. First: in the main directory of the cloned repo create a Data directory with following subdirectories: annotation, images, haar, mask, autoencoder, features and regressors. The dataset can be downloaded from the HELEN project website: http://www.ifp.illinois.edu/~vuongle2/helen/. All of the annotation files (1.txt to 2330.txt) have to be extracted into the annotation directory and all of the images (232194_1.jpg to 3266693323_1.jpg) into the images dir. Also, as the software uses pretrained haar filters for initial face detection (at the first frame only), all of the .xml files from https://github.com/opencv/opencv/tree/master/data/haarcascades have to be copied into the previously created haar directory.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/TomaszRewak/Face-Landmarking.git

          • CLI

            gh repo clone TomaszRewak/Face-Landmarking

          • sshUrl

            git@github.com:TomaszRewak/Face-Landmarking.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link