摘要: git:https://github.com/linyi0604/Computer-Vision 阅读全文
posted @ 2018-08-05 22:50 稀里糊涂林老冷 阅读(7880) 评论(0) 推荐(0) 编辑
摘要: 一个人脸识别的例子 程序中用到了公共数据集, 欢迎去我的git上下载源码,源码里带有数据集 git:https://github.com/linyi0604/Computer-Vision 脚本中一个三个函数 第一个: 调用本机摄像头采集一些自己的照片 作为数据集的一部分 第二个:把自己的照片 和公 阅读全文
posted @ 2018-08-05 22:44 稀里糊涂林老冷 阅读(2143) 评论(1) 推荐(0) 编辑
摘要: 学习opencv过程中遇到错误: 1 cv2.cv2 has no attribute 'face' 经过一顿查,,,各种走弯路 最后一下子就解决了: pip install opencv-python pip install opencv0-contrib-python 这俩装完了就行了 2 'c 阅读全文
posted @ 2018-08-05 20:26 稀里糊涂林老冷 阅读(2540) 评论(0) 推荐(0) 编辑