Skip to content
/ 3DFR Public

A pipeline for 3D face recognition(FR), including data preprocessing, feature extraction and face recognition. Suit for consumer RGB-D cameras, for example, Kinect V2.

Notifications You must be signed in to change notification settings

muyouhang/3DFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 muyouhang@163.com.

About

A pipeline for 3D face recognition(FR), including data preprocessing, feature extraction and face recognition. Suit for consumer RGB-D cameras, for example, Kinect V2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published