/LVT

a version tools. face detector,face landmark detector,face parsing and so on

Primary LanguagePython

LVT: Leslie's Version Tools

This is a playground of face algorithm.
You can find everything you want
If not, just add it!!!

state algorithm source
facial detector libfacedetection
facial landmark SLPT
facial id detector arcface
facial gender classification fair face
facial attribute classification
facial segemantation BiseNet
facial gaze estimation
facial Super-Resolution

How to run

  1. environment
    git clone https://github.com/LeslieZhoa/LVT.git
    cd LVT
    pip install -r requirements.txt
  2. download model
    cd utils
    bash download_weight.sh
  3. run
    follow LVT.py and find details
    cd ../
    python LVT.py

Show

  • origin image
    origin image
  • crop image
    crop image
  • align image
    align image
  • draw landmark
    lmk image
  • face parsing
    parsing image