Open-Source-Face-Recognition-SDK
The world's 1st open source face recognition SDK for Windows and Linux (Face detection, Face landmark extraction, Face feature extraction, Face template mathcing)
File Explorer
Download Latest Version (.zip)- version-slim-320.pth
- voc-model-labels.txt
- __init__.py
- mb_tiny.py
- mb_tiny_RFB.py
- multibox_loss.py
- __init__.py
- fd_config.py
- __init__.py
- data_preprocessing.py
- mb_tiny_fd.py
- mb_tiny_RFB_fd.py
- predictor.py
- ssd.py
- __init__.py
- transforms.py
- __init__.py
- box_utils.py
- box_utils_numpy.py
- misc.py
- __init__.py
- detect_imgs.py
- GetFeature.py
- irn50_pytorch.npy
- irn50_pytorch.py
- GetLandmark.py
- MobileFaceNet.py
- vfl_1.02_578_6.734591484069824.pth.tar
- GetPose.py
- FaceUtil.dll
- libFaceUtil.so
- faceutil.py
- 1.jpg
- 2.png
- .gitignore
- README.md
- requirements.txt
- run.py
# Installation Guide
1. Get the code
git clone https://github.com/Faceplugin-ltd/Open-Source-Face-Recognition-SDK
Downloads the entire project code from GitHub to your computer.
cd Open-Source-Face-Recognition-SDK
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
