Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 553 Bytes

Face landmark

Fine turing model to marking only eyes and eyebrows

Requirements:

pip install -r requirements.txt

Repair dataset

  • repair landmark points in parse_xml.py
  • repair all dataset
python parse_xml.py

Training and evaluation

python train_shape_predictor.py --training ibug_300W_large_face_landmark_dataset/labels_ibug_300W_train_eyes.xml --model eye_predictor.dat

Using with your webcam

python predict_eyes.py --shape-predictor is_your_weith_path