All Projects → lsy17096535 → Face Landmark

lsy17096535 / Face Landmark

caffe 68 points face-landmark

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects

Labels

Projects that are alternatives of or similar to Face Landmark

astroalign
A tool to align astronomical images based on asterism matching
Stars: ✭ 102 (-78.48%)
Mutual labels:  alignment
Deca
DECA: Detailed Expression Capture and Animation
Stars: ✭ 292 (-38.4%)
Mutual labels:  alignment
Wtdbg2
Redbean: A fuzzy Bruijn graph approach to long noisy reads assembly
Stars: ✭ 408 (-13.92%)
Mutual labels:  alignment
ctable
C library to print nicely formatted tables
Stars: ✭ 13 (-97.26%)
Mutual labels:  alignment
Face Everthing
face detection alignment recognition reconstruction ...
Stars: ✭ 257 (-45.78%)
Mutual labels:  alignment
Robust point cloud registration
Robust Point Cloud Registration Using Iterative Probabilistic Data Associations ("Robust ICP")
Stars: ✭ 350 (-26.16%)
Mutual labels:  alignment
pblat
parallelized blat with multi-threads support
Stars: ✭ 34 (-92.83%)
Mutual labels:  alignment
Prnet
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
Stars: ✭ 4,479 (+844.94%)
Mutual labels:  alignment
Realsr
Toward Real-World Single Image Super-Resolution: A New Benchmark and A New Model (ICCV 2019)
Stars: ✭ 282 (-40.51%)
Mutual labels:  alignment
Cmu Multimodalsdk
CMU MultimodalSDK is a machine learning platform for development of advanced multimodal models as well as easily accessing and processing multimodal datasets.
Stars: ✭ 388 (-18.14%)
Mutual labels:  alignment
lexicon-mono-seq
DOM Text Based Multiple Sequence Alignment Library
Stars: ✭ 15 (-96.84%)
Mutual labels:  alignment
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (-93.67%)
Mutual labels:  alignment
Mesh mesh align plus
Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.
Stars: ✭ 350 (-26.16%)
Mutual labels:  alignment
block-aligner
SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
Stars: ✭ 58 (-87.76%)
Mutual labels:  alignment
Alass
"Automatic Language-Agnostic Subtitle Synchronization"
Stars: ✭ 421 (-11.18%)
Mutual labels:  alignment
visualqc
VisualQC : assistive tool to ease the quality control workflow of neuroimaging data.
Stars: ✭ 56 (-88.19%)
Mutual labels:  alignment
Flutter page transition
This is Flutter Page Transition Package
Stars: ✭ 314 (-33.76%)
Mutual labels:  alignment
Head Pose Estimation
Real-time head pose estimation built with OpenCV and dlib
Stars: ✭ 467 (-1.48%)
Mutual labels:  alignment
Mmseqs2
MMseqs2: ultra fast and sensitive search and clustering suite
Stars: ✭ 441 (-6.96%)
Mutual labels:  alignment
Seqan
SeqAn's official repository.
Stars: ✭ 386 (-18.57%)
Mutual labels:  alignment

face-landmark-localization

This is a project predict face landmarks (68 points).

  • Model Size : 3.3MB.
  • Speed : 5ms per face on i5-2.7GHz CPU.

Install

  • caffe
  • dlib face detector
  • add libdlib.a to your project lib path
  • add face_lardmark.cpp to your caffe project example folder
  • opencv

Usage

  • CPP Demo : ./face_lardmark
  • Python Demo: python face_landmark.py (created by jiangwqcooler)

notice

  • This model was trained on dlib face detector. Other face detector may not get landmark result as good as dlib

Result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].