Code Monkey home page Code Monkey logo

openfacetracker-lib2's Introduction

GitHub license GitHub license GitHub license Code Climate Test Coverage GitHub version

README

This README would normally document whatever steps are necessary to get facetracker up and running.

alt text

What is this repository for?

Screen

alt text

alt text

How do I get set up?

build facetracker using source code

#Linux (Facetracker core)

$ git clone https://github.com/Facetracker-project/facetracker-core.git
$ cd facetracker-core/

installing dependecies(Debian - ubuntu) :

$ sudo apt-get install libopencv-dev

making the project :

$ make
**************************************
*  Facetracker Building    *
**************************************
make ftall		: Build facetracker
make memleaks		: Check memory leaks

to compile all facetracker modules :

$ make ftall

then execute it using

$ ./facetracker

#Linux ( Adding Options) You can compile facetracker using different Options .

  • -DFT_USE_COLOR = Enable color output
  • -DFT_DEBUG_ENABLED = Enable Debug mode
  • -DFT_ALLOW_EXCEPT = Enable exceptions
  • -DFT_WINCAM_LIST = Enable camera listing for Windows
  • -DFT_TEST_PERFORMANCE = Enable performance testing
  • -DFT_NO_UI = Disable graphique check
  • -DFT_FORM = Enable output for FORM detection
  • -DFT_TEST_RECOGNISE = Enable recognition
  • -DFT_OPTIMISATION = Enable optimisation

#Windows (facetracker core)

Open the .sln file using Visual Studio

#Available Arguments -o : allows you to open a media source (camera , picture , video, rtsp link..)

$ ./facetracker -o CAM0 (open camera id=0)
$ ./facetracker -o video.avi (open the file video.avi)

Contributors

  • Hamza Bourrahim
  • Godeleine Champenois
  • Worphy Bimboutsa
  • Ralph Obame

openfacetracker-lib2's People

Contributors

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