Skip to content
Bruno Angeles edited this page May 27, 2018 · 9 revisions

Welcome to the ofxOpenFace wiki!

Introduction

This addon is an interface to the OpenFace library. It has been developed in macOS 10.13.3 x64 with version 0.9.8 of OpenFrameworks.

Installation

Foreword

This addon has been developed and tested for the macOS platform in an x64 environment. Making it work on other platforms would require the dependencies to be compiled for different platforms. Look at file addon_config.mk for an idea of how to support different platforms.

Dependencies

Addons

This project depends on the following addons: ofxCv, ofxGui, ofxXmlSettings. ofxCv can be found at https://github.com/kylemcdonald/ofxCv (use the right version for your OF environment).

Extra files

Extra files need to be downloaded and placed your app's data\model\patch_experts folder. Follow the steps at https://github.com/TadasBaltrusaitis/OpenFace/wiki/Model-download

Starting point

It is recommended to use the provided example as a starting point for your app. Use OpenFrameworks' project generator with GUI to generate the project files.

Clone this wiki locally