文件名称:face_recognition:人脸识别的研究与应用
文件大小:99.9MB
文件格式:ZIP
更新时间:2024-05-31 19:01:21
face-recognition Python
人脸识别 如何在Windows上安装OpenCV 3和Dlib 查看目录中的详细信息:docs /在Windows.docx上安装OpenCV 3和Dlib 用户手册 训练数据: 根据以下结构创建目录: - Thư mục cha - Tên (Nguyen Van A) - Hình (1.jpg) - Hình (2.jpg) - ... - Tên (Nguyen Van B) - Hình (1.jpg) - Hình (2.jpg) - ... - ... 然后使用以下命令创建训练文件(model.pkl) - python train.py -f "đường dẫn thư mục cha" -c "thuật toán dùng để huấn
【文件预览】:
face_recognition-master
----models()
--------shape_predictor_68_face_landmarks.dat(95.08MB)
--------mmod_human_face_detector.dat(713KB)
--------dlib_face_recognition_resnet_model_v1.dat(21.43MB)
--------shape_predictor_5_face_landmarks.dat(8.73MB)
----facerec_from_screen.py(5KB)
----docs()
--------Install OpenCV 3 and Dlib on Windows.docx(1.09MB)
----facerec_from_folder_images.py(4KB)
----face_clutering.py(2KB)
----__pycache__()
--------align.cpython-36.pyc(7KB)
--------model.cpython-36.pyc(5KB)
----Dockerfile(1KB)
----facerec_from_video.py(6KB)
----imgs()
--------face_recognition_from_folder_images.png(13KB)
--------face_recognition_from_video_file_result.png(226KB)
--------face_recognition_from_folder_images_result.png(2.71MB)
--------face_recognition_from_video_file.png(8KB)
--------face_recognition_training.png(22KB)
----common()
--------utils.py(10KB)
--------__pycache__()
--------__init__.py(0B)
--------config.py(664B)
--------data.py(3KB)
----requirements.txt(848B)
----README.md(2KB)
----training.py(3KB)