Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 3.55 KB

README.md

File metadata and controls

99 lines (62 loc) · 3.55 KB

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

README

This README would normally document whatever steps are necessary to get OpenFaceTracker-Lib3 up and running.

alt text

What is this repository for?

  • Share OpenFaceTracker code
  • OpenFaceTracker is insipred from the American Tv show "Person Of Interest"
  • Version 3.0
  • This repo contains OpenFaceTrackerLib3
  • www.openfacetracker.net

Screen

alt text

alt text

How do I get set up?

Build Openfacetracker using source code, to understand the sructure of the OFT project please read the WIKI .

#Dependecies(Debian - ubuntu) :

http://openfacetracker-lib3.readthedocs.io/en/latest/build_oft.html#building-opencv-3-2

Please Read the WIKI, so as to get the right verson of OpenCV and QT

#Linux

$ git clone https://github.com/OpenFacetracker/OpenFaceTracker-Lib3.git
$ cd OpenFaceTracker-Lib3

Making the project :

$ make
**************************************
*  OpenFaceTracker Building    *
**************************************
make compil 		: Compil facetracker source code
make lib        	: Build facetracker as a library
make binary     	: Build facetracker as a binary file
make memleaks		: Check memory leaks

to compile all oft modules :

$ make compil

to generate the binary file :

$ make binary

if you want to use OFT as a library , use :

$ make lib

then execute it using

$ ./openft

#Linux ( Adding Options) You can compile OpenFaceTracker 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 (OpenFaceTrackerLib3)

No Visual Project file for this version

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

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

Contributors

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