easy Face Recognition for python
Project description
Author:KuoYuan Li
本程式簡單地結合dlib,opencv 讓不懂機器學習的朋友可以軟簡單地操作人臉辨識, 程式需另外安裝 dlib dlib whl 安裝包下載網站: (https://reurl.cc/Y1OvEX)
- 由於windows中dlib的whl檔只下載得到p36版本
- 故本套工具只能在python3.6中運行
- dlib whl 安裝包下載後必需由檔案離線安裝 pip install ...
- opencv whl 下載點:請下載合適的opencv版本
(https://pypi.tuna.tsinghua.edu.cn/simple/opencv-contrib-python/)
Download the samples to 'train' folder(下載各種照片樣本至train資料夾)
downloadImageSamples()
比對目前webcam擷取到的人臉和指定影像檔案並計算它們之間的距離
im = captureImageFromCam()
VTest = getFeatureVector(im)
Vtrain = loadFeatureFromPic('train\\李國源.jpg')
載入train資料夾中所有jpg檔之特徵及tag並直接預測目前webcam擷取到的人臉對應的TAG
loadDB(folder='train')
result = predictFromDB(VTest)
print(result)
Demo with webcam
loadDB(folder='train')
predictCam()
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyFaceTrace-4.4.6.tar.gz
(8.3 kB
view details)
File details
Details for the file pyFaceTrace-4.4.6.tar.gz
.
File metadata
- Download URL: pyFaceTrace-4.4.6.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f13716101119491ef7498240b9c2b08794c21eed80fae1541c15ddfcd46d928 |
|
MD5 | 673cc39bf81fc215853d8eeaaf04f5dd |
|
BLAKE2b-256 | ebdf03293a9cdf02b94b1b88c652ff751651d551d64a63b1afd41f56272a8c94 |