2019年7月23日

centos构建face_recognition环境

摘要: 0. face_recognition官方文档 https://github.com/ageitgey/face_recognition 1. 安装face_recognition 1.1 安装dlib 1) 安装开发环境 [root@localhost ~]# yum update[root@lo 阅读全文

posted @ 2019-07-23 15:31 开小开 阅读(248) 评论(0) 推荐(0)

2018年11月6日

学习笔记-登录-总是报错,不知道哪的问题

摘要: import os jd_user_path = 'jd_users.txt' jd_wx_path = 'wx_users.txt' user_status = False def allinlogin(filepath): with open(filepath, 'r') as file: users = file.readlines() use... 阅读全文

posted @ 2018-11-06 20:59 开小开 阅读(121) 评论(0) 推荐(0)

导航