
github
smilife_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
face_recognition安装与使用
github地址:https://github.com/ageitgey/face_recognition 环境:win10,python3.5 安装face_recognition Microsoft Visual Studio 2015 (or newer) with C/C++ Compiler installed 将cmake路径[C:\Program Files\CMake\bin]添...原创 2019-04-03 13:51:40 · 2576 阅读 · 0 评论 -
win10+cuda10+RTX2080Ti+Openpose环境配置与新建项目
github网址:https://github.com/CMU-Perceptual-Computing-Lab/openpose 参考链接:https://blog.youkuaiyun.com/qq_20226441/article/details/82556160原创 2019-04-29 16:15:24 · 1154 阅读 · 0 评论 -
python 遗传算法实现 PytLab/gaft
PytLab/gaft 测试环境:python3.5 python环境搭建 安装: pip install gaft 根据自己需求,只需要修改15,36行处代码即可直接使用 # github: https://github.com/PytLab/gaft # installation: # pip install gaft # date: 2019-05-17 from gaft import ...原创 2019-05-17 10:14:07 · 990 阅读 · 1 评论