上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

2020年3月16日

摘要: 1. Python-模拟鼠标键盘动作 https://blog.csdn.net/p358278505/article/details/79101832 2. python和pywin32实现窗口查找、遍历和点击 https://www.cnblogs.com/zoro-robin/p/559118 阅读全文
posted @ 2020-03-16 17:03 兔子二 阅读(293) 评论(0) 推荐(0) 编辑

2020年2月27日

摘要: 1. MS-Celeb-1m 与 asian celeb http://trillionpairs.deepglint.com/overview 阅读全文
posted @ 2020-02-27 14:09 兔子二 阅读(179) 评论(0) 推荐(0) 编辑

2020年2月26日

摘要: 1. 安装 sudo add-apt-repository ppa:sunderme/texstudio sudo apt-get update && sudo apt-get install texstudio 2. 使用 运行 texstudio 选择tools->view, 就可以预览结果。 阅读全文
posted @ 2020-02-26 11:23 兔子二 阅读(148) 评论(0) 推荐(0) 编辑

2020年2月25日

摘要: hull = cv2.convexHull(landmarks).astype(np.int32)cv2.fillPoly(mask, [hull], (255, 255, 255)) 阅读全文
posted @ 2020-02-25 17:33 兔子二 阅读(294) 评论(0) 推荐(0) 编辑

2020年2月21日

摘要: 0. 环境 系统ubuntu 16.04 python 环境:python2.7, python3.5, anaconda anaconda 安装在 /home/szh/anaconda3/envs/env_py3.6 django 项目所在路径:/home/szh/django_project/m 阅读全文
posted @ 2020-02-21 15:59 兔子二 阅读(365) 评论(0) 推荐(0) 编辑

2020年2月18日

摘要: https://blog.csdn.net/mashuai720/article/details/83030647 阅读全文
posted @ 2020-02-18 15:49 兔子二 阅读(120) 评论(0) 推荐(0) 编辑

2020年2月10日

摘要: https://google.github.io/cartoonset/index.html 阅读全文
posted @ 2020-02-10 20:00 兔子二 阅读(127) 评论(0) 推荐(0) 编辑

2020年2月7日

摘要: 1. CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2> https://blog.csdn.net/ebzxw/artic 阅读全文
posted @ 2020-02-07 22:38 兔子二 阅读(142) 评论(0) 推荐(0) 编辑

2020年1月20日

摘要: import osos.environ['CUDA_VISIBLE_DEVICES'] = '0, 1, 2'import torch #注意以上两行先后顺序不可弄错 device = torch.device('cuda') model = DataParallel(model)model.to( 阅读全文
posted @ 2020-01-20 18:08 兔子二 阅读(721) 评论(0) 推荐(0) 编辑
摘要: `sudo dpkg -i cuda-repo-ubuntu1604_9.0.176-1_amd64.deb` `sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1 阅读全文
posted @ 2020-01-20 11:28 兔子二 阅读(185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

导航