文件名称:deepface:在Tensorflow中实现的用于面部检测识别比对的深度学习模型
文件大小:3.94MB
文件格式:ZIP
更新时间:2024-02-27 02:31:56
deep-neural-networks deep-learning tensorflow cnn python3
深脸 在Tensorflow中实现的用于面部检测/识别/对齐的深度学习模型。 这是使用此存储库的代码段: 主要贡献者 @ildoonet 楷模 基准线 基线模型使用dlib人脸检测模块来修剪鱼卵。 然后,它们将在vggface网络中转发以提取功能。 dlib人脸检测 dlib面对齐 VGGFace人脸识别 SSD人脸检测 Mobilenet V2 培训: : 实验 LFW数据集 探测器 识别模型 描述 组 1-EER 准确性 VGG 纸,无嵌入,训练有素 测试 0.9673 VGG 纸,嵌入,训练有素 测试 0.9913 dlib VGG 不嵌入,不进行lfw
【文件预览】:
deepface-master
----.gitmodules(0B)
----deepface()
--------detectors()
--------utils()
--------__init__.py(256B)
--------confs()
--------shortcuts.py(2KB)
--------recognizers()
----requirements-dev.txt(40B)
----requirements.txt(84B)
----etc()
--------roc.png(153KB)
--------current_status.jpg(248KB)
--------roc_baseline.png(122KB)
--------example_blackpink.png(805KB)
--------test_lfw.pkl(4KB)
----LICENSE(1KB)
----samples()
--------face.jpg(119KB)
--------ak.jpg(51KB)
--------blackpink()
--------ajb.jpg(55KB)
----setup.py(2KB)
----README.md(3KB)
----.gitignore(1KB)
----test_scripts.py(2KB)
----bin()
--------face.py(12KB)
--------run_example.py(1KB)
--------hyperopt_main.py(702B)
--------hyperopt_optimizer.py(823B)
--------generate_bench_result.py(2KB)