2019-07-01

格林深瞳:
https://blog.csdn.net/loveliuzz/article/details/81510579

http://megaface.cs.washington.edu/results/facescrub.html
http://trillionpairs.deepglint.com/overview
https://www.nist.gov/itl/iad/image-group/ijbb-dataset-request-form
这三个是现在大规模人脸常用的指标
https://github.com/ZhaoJ9014/face.evoLVe.PyTorch
这是现在用的模型,性能还可以

https://segmentfault.com/a/1190000015917420
opencv+mtcnn+facenet+python+tensorflow 实现实时人脸识别

https://github.com/deepinsight/insightface
开源人脸识别框架

https://www.cnblogs.com/jkmiao/p/4440127.html
Opencv 入门学习之图片人脸识别
读入图片,算法检测,画出矩形框

任务一:python下的opencv :
(1)基本操作
https://www.cnblogs.com/FHC1994/p/8998337.html
(2)

任务二:pytorch
(1)系统学习,使用jupyter

(2)pytorch官方教程
教程
https://ptorch.com/docs/3/tensor_tutorial
手册
https://pytorch-cn.readthedocs.io/zh/latest/
(3)人脸识别入门cnblogs
https://www.cnblogs.com/cunyusup/p/10014131.html
(4)pytorch基础cnblogs,少讲解
https://www.cnblogs.com/kk17/p/9983578.html
(5)知乎,60分钟入门pytorch()
https://zhuanlan.zhihu.com/p/25572330
(I think .creator was replaced with .grad_fn in May as can be seen here: https://github.com/pytorch/tutorials/pull/91/files

(6)csdn,60分钟入门pytorch运算
https://blog.csdn.net/haroroda/article/details/86504639
(7)京东云阅读pytorch教程
(8)迁移学习
(9)公司现行模型学习
(10)一文读懂目标检测:R-CNN、Fast R-CNN、Faster R-CNN、YOLO、SSD
https://cloud.tencent.com/developer/news/281788
(11)CNN RNN DNN
https://www.cnblogs.com/DjangoBlog/p/7731819.html
(12)CNN网络架构演进:从LeNet到DenseNet
https://www.cnblogs.com/skyfsm/p/8451834.html
(13)"Learn Deep Learning with PyTorch"
https://github.com/L1aoXingyu/code-of-learn-deep-learning-with-pytorch/blob/master/chapter2_PyTorch-Basics/autograd.ipynb

https://github.com/L1aoXingyu/code-of-learn-deep-learning-with-pytorch

任务三:
(1)人脸性别检测
(2)边框匡下
(3)准确率

你可能感兴趣的:(2019-07-01)