From 8f7c523199ae3bfa7752157e61de5d16ee616048 Mon Sep 17 00:00:00 2001 From: syan Date: Sat, 29 Jul 2017 21:55:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c6e25d..7462518 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This is a project predict face landmarks (68 points). ## Usage -- Command : ./face_lardmark --- python face_landmark.py (created by [jiangwqcooler](https://github.com/jiangwqcooler)) +- CPP Demo : ./face_lardmark +- Python Demo: python face_landmark.py (created by [jiangwqcooler](https://github.com/jiangwqcooler)) ## notice - This model was trained on dlib face detector. Other face detector may not get landmark result as good as dlib