Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 664 Bytes

Readme.md

File metadata and controls

32 lines (27 loc) · 664 Bytes

1. Introduction

The features we support include:

  • Detect faces from infrared image
  • Crop face from raw depth image
  • Project 3D facial points to 2D depth face
  • Estimate surface normal of 3D fcial points, and generate 2D normal face

2. Workflow

3. Installation

Dependies

  • MXNet 1.3.0
  • OpenCV 4.0
  • PCL 1.8.1

Windows

Ubuntu

4. Quick Start

cd 3DFR/Led3DFR/data
unzip test_fold=1.zip
cd ..
mkdir build
cd build
cmake ..
make
cd ..
./bin/test_kinfu

License

3DFR is freely available for free non-commercial use. If you have any questions, please contact us [email protected].