02 2020 档案

人脸数据集
摘要:1. MS-Celeb-1m 与 asian celeb http://trillionpairs.deepglint.com/overview 阅读全文

posted @ 2020-02-27 14:09 兔子二 阅读(193) 评论(0) 推荐(0)

latex 安装 使用
摘要: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 兔子二 阅读(157) 评论(0) 推荐(0)

把一组点转换为mask
摘要:hull = cv2.convexHull(landmarks).astype(np.int32)cv2.fillPoly(mask, [hull], (255, 255, 255)) 阅读全文

posted @ 2020-02-25 17:33 兔子二 阅读(306) 评论(0) 推荐(0)

anaconda + django + apache2
摘要: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 兔子二 阅读(418) 评论(0) 推荐(0)

Ubuntu 中 Apache2 安装、配置、卸载
摘要:https://blog.csdn.net/mashuai720/article/details/83030647 阅读全文

posted @ 2020-02-18 15:49 兔子二 阅读(124) 评论(0) 推荐(0)

cartoonset
摘要:https://google.github.io/cartoonset/index.html 阅读全文

posted @ 2020-02-10 20:00 兔子二 阅读(128) 评论(0) 推荐(0)

anaconda errors
摘要: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 兔子二 阅读(152) 评论(0) 推荐(0)

导航