facenet-pytorch:预训练的Pytorch人脸检测(MTCNN)和识别(InceptionResnet)模型-源码

上传者: 42134143 | 上传时间: 2021-08-17 10:27:04 | 文件大小: 19.61MB | 文件类型: ZIP
使用Pytorch进行人脸识别 Python 3.7 3.6 3.5 地位 这是pytorch中Inception Resnet(V1)模型的存储库,已在VGGFace2和CASIA-Webface上进行了预训练。 使用从David Sandberg的移植的参数来初始化Pytorch模型权重。 此回购中还包括用于推理之前的人脸检测的MTCNN的有效pytorch实现。 这些模型也经过预训练。 据我们所知,这是最快的MTCNN实现。 目录 视频流中的人脸跟踪 使用新数据微调预训练模型 Facenet-PyTorch中的MTCNN指南 人脸检测套件的性能比较 FastMTCNN算法 与Docker一起运行 在您自己的git项目中使用此仓库 将参数从Tensorflow转换为Pytorch 参考 快速开始 安装: # With pip: pip install facene

文件下载

资源详情

[{"title":"( 43 个子文件 19.61MB ) facenet-pytorch:预训练的Pytorch人脸检测(MTCNN)和识别(InceptionResnet)模型-源码","children":[{"title":"facenet-pytorch-master","children":[{"title":"dependencies","children":[{"title":"facenet","children":null,"spread":false}],"spread":true},{"title":"codecov.yml <span style='color:#111;'> 52B </span>","children":null,"spread":false},{"title":".github","children":[{"title":"FUNDING.yml <span style='color:#111;'> 56B </span>","children":null,"spread":false}],"spread":true},{"title":".gitmodules <span style='color:#111;'> 116B </span>","children":null,"spread":false},{"title":"models","children":[{"title":"inception_resnet_v1.py <span style='color:#111;'> 10.79KB </span>","children":null,"spread":false},{"title":"utils","children":[{"title":"download.py <span style='color:#111;'> 3.63KB </span>","children":null,"spread":false},{"title":"detect_face.py <span style='color:#111;'> 11.94KB </span>","children":null,"spread":false},{"title":"tensorflow2pytorch.py <span style='color:#111;'> 15.71KB </span>","children":null,"spread":false},{"title":"training.py <span style='color:#111;'> 5.01KB </span>","children":null,"spread":false}],"spread":true},{"title":"mtcnn.py <span style='color:#111;'> 20.61KB </span>","children":null,"spread":false}],"spread":true},{"title":"__init__.py <span style='color:#111;'> 393B </span>","children":null,"spread":false},{"title":"examples","children":[{"title":"infer.ipynb <span style='color:#111;'> 7.34KB </span>","children":null,"spread":false},{"title":"video_tracked.mp4 <span style='color:#111;'> 2.02MB </span>","children":null,"spread":false},{"title":"finetune.ipynb <span style='color:#111;'> 6.86KB </span>","children":null,"spread":false},{"title":"tracked.gif <span style='color:#111;'> 2.01MB </span>","children":null,"spread":false},{"title":"video.mp4 <span style='color:#111;'> 2.30MB </span>","children":null,"spread":false},{"title":"performance-comparison.png <span style='color:#111;'> 11.96KB </span>","children":null,"spread":false},{"title":"lfw_evaluate.ipynb <span style='color:#111;'> 16.44KB </span>","children":null,"spread":false},{"title":"face_tracking.ipynb <span style='color:#111;'> 383.59KB </span>","children":null,"spread":false}],"spread":true},{"title":".travis.yml <span style='color:#111;'> 566B </span>","children":null,"spread":false},{"title":"LICENSE.md <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"setup.py <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 12.15KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"multiface_detected.png <span style='color:#111;'> 1.23MB </span>","children":null,"spread":false},{"title":"rnet.pt <span style='color:#111;'> 393.70KB </span>","children":null,"spread":false},{"title":"facenet-pytorch-banner.png <span style='color:#111;'> 195.09KB </span>","children":null,"spread":false},{"title":"onet.pt <span style='color:#111;'> 1.49MB </span>","children":null,"spread":false},{"title":"test_images","children":[{"title":"angelina_jolie","children":[{"title":"1.jpg <span style='color:#111;'> 760.36KB </span>","children":null,"spread":false}],"spread":false},{"title":"shea_whigham","children":[{"title":"1.jpg <span style='color:#111;'> 2.63MB </span>","children":null,"spread":false}],"spread":false},{"title":"bradley_cooper","children":[{"title":"1.jpg <span style='color:#111;'> 4.36MB </span>","children":null,"spread":false}],"spread":false},{"title":"paul_rudd","children":[{"title":"1.jpg <span style='color:#111;'> 921.09KB </span>","children":null,"spread":false}],"spread":false},{"title":"kate_siegel","children":[{"title":"1.jpg <span style='color:#111;'> 767.25KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"pnet.pt <span style='color:#111;'> 27.90KB </span>","children":null,"spread":false},{"title":"test_images_aligned","children":[{"title":"angelina_jolie","children":[{"title":"1.png <span style='color:#111;'> 75.24KB </span>","children":null,"spread":false}],"spread":false},{"title":"shea_whigham","children":[{"title":"1.png <span style='color:#111;'> 77.80KB </span>","children":null,"spread":false}],"spread":false},{"title":"bradley_cooper","children":[{"title":"1.png <span style='color:#111;'> 75.54KB </span>","children":null,"spread":false}],"spread":false},{"title":"paul_rudd","children":[{"title":"1.png <span style='color:#111;'> 75.55KB </span>","children":null,"spread":false}],"spread":false},{"title":"kate_siegel","children":[{"title":"1.png <span style='color:#111;'> 75.24KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":".gitignore <span style='color:#111;'> 25B </span>","children":null,"spread":false},{"title":"multiface.jpg <span style='color:#111;'> 293.80KB </span>","children":null,"spread":false}],"spread":true},{"title":"tests","children":[{"title":"travis_test.py <span style='color:#111;'> 6.73KB </span>","children":null,"spread":false},{"title":"perf_test.py <span style='color:#111;'> 966B </span>","children":null,"spread":false},{"title":"travis_requirements.txt <span style='color:#111;'> 211B </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 121B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明