Skip to content
#

face-alignment

Here are 84 public repositories matching this topic...

muhk01
muhk01 commented Jan 6, 2020

i had following the step to do face detection using retina face and got rectangle bounding boxes output as like on example, could someone please guide me to do realtime recognition like shown in video? i'm currently pretty new at face recognition task, thank you.

papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;

  • Updated Jul 6, 2020
vudangthinh
vudangthinh commented Aug 16, 2016

I saw that on the function you write to read parameters from candide.npz

def load3DFaceModel(filename):
    faceModelFile = np.load(filename)
    mean3DShape = faceModelFile["mean3DShape"]
    mesh = faceModelFile["mesh"]
    idxs3D = faceModelFile["idxs3D"]
    idxs2D = faceModelFile["idxs2D"]
    blendshapes = faceModelFile["blendshapes"]
    mesh = fixMeshWinding(mesh, mean3DShape)
    ret

Improve this page

Add a description, image, and links to the face-alignment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the face-alignment topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.