Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 671 Bytes

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