shadowjohn/108facedetect: 人臉辨識小程式 - GitHub

文章推薦指數: 80 %
投票人數:10人

人臉辨識練習小程式. 版本:V0.1 用途:可以作為門禁、打卡功能快速開發 縮圖參考:. 相依程式: python 3.6.4 x86 (32bit) pip install scipy pip install dlib Skiptocontent {{message}} shadowjohn / 108facedetect Public Notifications Fork 0 Star 1 人臉辨識小程式 MITLicense 1 star 0 forks Star Notifications Code Issues 0 Pullrequests 0 Actions Projects 0 Wiki Security Insights More Code Issues Pullrequests Actions Projects Wiki Security Insights master Branches Tags Couldnotloadbranches Nothingtoshow {{refName}} default Couldnotloadtags Nothingtoshow {{refName}} default 1 branch 0 tags Code Latestcommit   Gitstats 5 commits Files Permalink Failedtoloadlatestcommitinformation. Type Name Latestcommitmessage Committime rec     screenshot     .gitignore     LICENSE     README.md     cam.py     dlib_face_recognition_resnet_model_v1.dat     php.py     pic_to_numpy.py     rec.py     shape_predictor_68_face_landmarks.dat     Viewcode 108facedetect 人臉辨識練習小程式 README.md 108facedetect 人臉辨識練習小程式 版本:V0.1 用途:可以作為門禁、打卡功能快速開發 縮圖參考: 相依程式:   python3.6.4x86(32bit)   pipinstallscipy   pipinstalldlib   pipinstallnumpy   pipinstallopencv-python   pipinstallscikit-image   pipinstallmatplotlib   pipinstallimutils   Webcam一組 第三方下載:   68特徵:http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2   人臉模型:http://dlib.net/files/dlib_face_recognition_resnet_model_v1.dat.bz2 使用方式:   1、先收集所有屁孩的大頭照或生活照,正面、臉清晰照片,檔名為屁孩的名字,存至rec/pic,如rec/pic/john.jpg,同一個人越多張越好,如rec/pic/john#1.jpgrec/pic/john#2.jpg   2、將照片作出特徵檔,執行pic_to_numpy.py:pythonpic_to_numpy.py   3、啟動Webcam:pythoncam.py 程式說明:   rec/pic目錄,放人臉,一個人一張,如john.jpg,同一個jpg只能有一個人,同一個人請多檔,如john#1.jpgjohn#2.jpg   rec/numpy目錄,透過pic_to_numpy.py執行後,會把rec/pic目錄下所有人作出特徵檔rec/numpy/人名.npy檔案   pic_to_numpy.py把rec/pic目錄下的所有照片,算出特徵檔,然後會產生到rec/numpy下,可以加快辨識速度。

  cam.py啟動Webcam,人臉會被自動框出,每30個影格判斷一次該影格的人是誰。

參考資料:   1、https://tpu.thinkpower.com.tw/tpu/articleDetails/950   About 人臉辨識小程式 Resources Readme License MITLicense Stars 1 star Watchers 1 watching Forks 0 forks Releases Noreleasespublished Packages0 Nopackagespublished Languages Python 100.0% Youcan’tperformthatactionatthistime. Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession. Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.



請為這篇文章評分?