2022-07-29 20:48:32 索煒達(dá)電子 953
文件編號:A227
文件大?。?/strong>59M
開發(fā)環(huán)境:Python3.6、OpenCV3.4、dlib、Pycharm2020
猿創(chuàng)承諾:該項(xiàng)目親測正常運(yùn)行,需遠(yuǎn)程調(diào)試部署需另外收費(fèi),確保正常使用,不能正常使用全額退款。
簡要概述:人臉識別深度學(xué)習(xí)
所需工具和庫:
numpy,pandas,dlib,openCV,Pillow,scipy,Click,face_recognition
文件和目錄描述:
- cache.py**: used to cache the train image data, so that you don't have to scan the whole train directory time and again.
- facial_rec.py**: used to train the data with CNN/Hog model and display the labels and boxes around the recognized faces.
- known_encode.csv**: stores the encodings data gathered from train images.
- known_name.csv**: stores the name labels corresponding to the encodings in known_encode.csv
- known**: this directory contains subdirectories with the same name as the name label of the images inside those subdirectories.
- unknown**: this directory contains images to test our face recognition program on.
運(yùn)行說明:
To cache the train image data present in directory 'known', first run cache.py
python cache.py
After the above code run has completed, to train the data and see face recognition happening simultaneously, run facial_rec.py
python facial_rec.py
按需寫作:
演示視頻:
點(diǎn)擊查看:系統(tǒng)演示視頻
運(yùn)行結(jié)果:
遠(yuǎn)程協(xié)助:
溫馨提示:索煒達(dá).猿創(chuàng)官方提供收費(fèi)遠(yuǎn)程協(xié)助,確保您項(xiàng)目運(yùn)行成功。
點(diǎn)擊查看:遠(yuǎn)程協(xié)助相關(guān)事項(xiàng)
我們提供完整項(xiàng)目文件清單如下:
文件目錄
├ 1.項(xiàng)目源碼
├ 2.運(yùn)行截圖
└ 3.演示視頻