From 3fa33e2a52f59f2e994b30faa0a233099c25c263 Mon Sep 17 00:00:00 2001 From: Suvadip Paria <52059940+s21v1d9p@users.noreply.github.com> Date: Fri, 2 Oct 2020 21:32:10 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11dc981..8ea8a7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tensorflow-mtcnn MTCNN is one of the best face detection algorithms. -Here is inference only for MTCNN face detector on Tensorflow, which is based on davidsandberg's facenet project, include the python version and C++ version. +Here is inference only for MTCNN face detector on Tensorflow, which is based on the davidsandberg's facenet project, include the python version and C++ version. ## C++ @@ -14,7 +14,7 @@ The other is the standalone one, just needs libtensorflow.so and c_api.h to buil Please check cpp/standalone/README.md for more details ## Python Run -1. install tensorflow first, please refers to https://www.tensorflow.org/install +1. install tensorflow first based on your operating system, please refers to https://www.tensorflow.org/install 2. install python packages: opencv, numpy 3. python ./facedetect_mtcnn.py --input input.jpg --output new.jpg