/face-mask

A project for real time 3d face mask

Primary LanguageC++

real time 3d face mask

Supported Platform: Macos. I don't test on other platform.

The project is mainly referred to eos and sdm.

eos support real time 3d morphable model and sdm support real time face landmarks detect.

How to run this project

  1. brew install opencv and brew install cmake
  2. mkdir build && cd build
  3. cmake .. && make
  4. ./EosImage

Then you will enjoy this project!!!

Reference:

  1. eos
  2. sdm