摘要: 不推荐 pip3 install dlib 首先, 下载源代码: 地址: https://pypi.org/simple/dlib/ Links for dlib dlib-18.17.100-cp27-none-win32.whldlib-18.17.100-cp27-none-win_amd64 阅读全文
posted @ 2020-08-09 06:37 Montai 阅读(731) 评论(0) 推荐(0) 编辑
摘要: centos可视化界面的安装 yum -y groupinstall “X Window System”(安装基础环境)yum -y groupinstall “GNOME Desktop”(安装桌面)reboot(重启) #无法正常重启,建议多启动几次systemctl set-default g 阅读全文
posted @ 2020-08-09 00:44 Montai 阅读(356) 评论(0) 推荐(0) 编辑
摘要: PIL(Python Imaging Library)是Python常用的图像处理库,而Pillow是PIL的一个友好Fork,提供了了广泛的文件格式支持,强大的图像处理能力,主要包括图像储存、图像显示、格式转换以及基本的图像处理操作等。 Pillow的文档:http://pillow.readth 阅读全文
posted @ 2020-08-09 00:00 Montai 阅读(546) 评论(0) 推荐(0) 编辑