自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 error C2027: 使用了未定义类型“FaceLib_Point2D”

写C++工程项目时,编译出现错误: error C2027: 使用了未定义类型“FaceLib_Point2D” 我的该结构在头文件中定义了,且包含在了需要使用的文件中。 struct FaceLib_Point2D { float x; float y; }; 后来修改如下: #ifndef FACELIB_POINT2D #define FACELIB_POINT2D...

2019-07-11 20:41:53 450

原创 两个pytorch

在同一个账号下使用两个pytorch 方法一:安装两个anaconda:上一篇:https://mp.csdn.net/postedit/83826241 方法二:新建环境 1、新建环境py36  python版本为3.6   conda create -n py36 python=3.6 anaconda 2、进入环境: source activate py36 3、环境已有an...

2018-11-07 19:53:49 237

原创 安装两个版本pytorch

安装两个版本的anaconda 一、安装anaconda:     安装两个版本的pytorch ,需要安装两个anaconda(anaconda版本和pytorch 没有关系),本次需要安装pytorch0.2,下载anaconda为: Anaconda2-5.0.0-Linux-x86_64.sh,下载链接:https://mirrors.tuna.tsinghua.edu.cn/an...

2018-11-07 16:25:31 4341

人脸数据集:CFP

人脸数据集CFP:CFP consists of 500 subjects each with 10 frontal and 4 profile images. The evaluation protocol includes frontal-frontal (FF) and frontal-profile (FP) face verification, each having 10 folders with 350 same-person pairs and 350 different-person pairs

2018-11-07

数字图像处理 冈萨雷斯 第三版 pdf

第三版 冈萨雷斯 pdf 全部内容 字迹清晰 我这里还有对应的图片 全部的 都是第三版

2018-01-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除