Giter Site home page Giter Site logo

vidya-ml / human-sensing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robotology/human-sensing

0.0 0.0 0.0 19.25 MB

This repository contains software related to human sensing

License: GNU General Public License v2.0

C++ 79.44% Thrift 1.13% CMake 19.44%

human-sensing's Introduction

human-sensing

This repository contains software related to human sensing. It is currently under major overhauling and all previous software + documentation has been kept in the under-review branch and will soon be transferred to master. In the meanwhile, if parts of the code is required please use the following git command if you already have a version pf the repo: git checkout under-review otherwise directly clone the under-review branch: git clone -b under-review https://github.com/robotology/human-sensing.git

Progress on repository restructuring

Project updates can be found here

Table of Contents

Repository structure

The human sensing repository contains the following directories and modules:

  1. faceLandmarks: This yarp module module is configured to find human faces that are looking more or less towards the camera. It makes use of the dlib library in order to extract the facial landmarks and uses the Histogram of Oriented Gradients (HOG) feature combined with a linear classifier, an image pyramid, and sliding window detection scheme.

  1. yarpOpenPose: This yarp module is configured to estimate human pose based on OpenPose, a library for real-time multi-person keypoint detection and multi-threading. It makes use of Caffe and OpenCV.

  1. googleVisionAI: This yarp module is configured to perform image classification using the Vision AI google service, which makes use of AutoML Vision or use pre-trained Vision API models to detect emotion, understand text, and more.

In order to use the module, click here and follow the instructions explained in the Step 3.

At the present time each directory is independent from the others and must be compiled and set up separately. While we provide specific usage instructions for each one in separate files, we will soon integrate all modules as a unique build procedure.

Installation

Generic Dependencies

In order to compile and run modules in this repository you will need to install the following dependencies. Installation are standards and instructions can be found in the following links.

Face Landmarks Dependencies

Please find all the related and detailed installation instructions at the following link.

Open Pose Dependencies

Please find all the related and detailed installation instructions at the following link.

Documentation

Online documentation is available here: http://robotology.github.com/human-sensing.

License

Material included here is Copyright of iCub Facility - Istituto Italiano di Tecnologia and is released under the terms of the GPL v2.0 or later. See the file LICENSE for details.

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.