Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richmondu committed Dec 28, 2018
1 parent 34c45e2 commit 5c14931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The models are seamlessly integrated so that user can mix and match models. Each detector model has been made compatible with each embedding model to abstract you from the differences.
Each model differs in speed, accuracy, memory requirements and 3rd-party library dependencies.
This enables users to easily experiment with various solutions appropriate for their specific use cases and system requirements.
Liveness detection models are also provided for anti-face spoofing attacks (photo-based, video-based, 3d-mask-based attacks).
In addition, face liveness detection models are also provided for anti-face spoofing attacks (photo-based, video-based, 3d-mask-based attacks).
</p>
<p>
<b> Awesome Design.</b> The library is designed so that it is easy to use, modular and robust.
Expand Down Expand Up @@ -456,7 +456,7 @@ Also note that opencv-python and opencv-contrib-python must always have the same
import cv2
from libfaceid.detector import FaceDetectorModels, FaceDetector
from libfaceid.encoder import FaceEncoderModels, FaceEncoder
from libfaceid.liveness import FaceLivenessModels, FaceLiveness
from libfaceid.liveness import FaceLivenessModels, FaceLiveness

INPUT_DIR_MODEL_DETECTION = "models/detection/"
INPUT_DIR_MODEL_ENCODING = "models/encoding/"
Expand Down

0 comments on commit 5c14931

Please sign in to comment.