Skip to content

OpenFacetracker/facetracker-core

Repository files navigation

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

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 compil		: Build facetracker
make memleaks		: Check memory leaks

to compile all facetracker modules :

$ make compil

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

#MAC OSX (facetracker core) The project was done using Clion , just open the project using Clion on MAC OSX . The file CmakeLists.txt is available .

#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
  • Quentin Jeannaud

About

facetracker-core contient facetracker-core écrit en C++/Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published