自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (1)
  • 收藏
  • 关注

原创 windows下解压文件出错及其解决方案

解压错误信息如下:错误原因:解决方案:将以上文件用下图所示命令在Linux系统中解压参考文章:https://github.com/jponttuset/mcg

2018-08-30 18:54:16 4409

原创 windows远程连接ubuntu服务器出错:password failed error - problem connecting

错误:解决方案:在虚拟终端的软件中输入画框的命令,该图中的软件是SecureCRT参考文章:https://unix.stackexchange.com/questions/106974/windows-remote-desktop-login-failed-with-ubuntu-server-12-4...

2018-08-30 18:49:33 3623 1

原创 将windows本地文件上传到Ubuntu服务器的软件MobaXterm

强烈推荐使用MobaXterm上传Window本地文件到Ubuntu服务器!MobaXterm自行百度下载即可!

2018-08-30 17:32:26 3458

转载 SecureCRT的安装教程及使用教程

SecureCRT将windows上的本地文件上传到Ubuntu系统的服务器:https://jingyan.baidu.com/article/d8072ac487073aec94cefd63.htmlSecureCRT安装教程:https://www.cnblogs.com/yjd_hycf_space/p/7729796.html ...

2018-08-28 11:50:16 800

原创 深度学习相关的图像处理的专业术语

边缘检测(Edge Detection/Contour Detection):效果如下图所示:目标检测(Object Detection):(1)目标分类(即目标识别,只要能够知道这个东西是什么名字即可)(2)目标定位(3)目标检测图1 目标分类、定位、检测示例简单来说,分类、定位和检测的区别如下:分类:是什么?定位:在哪里?检测:在哪里+是什么? ...

2018-08-21 18:31:45 1655

转载 目标检测

https://baijiahao.baidu.com/s?id=1608705724317838896&wfr=spider&for=pc

2018-08-21 18:04:38 168

转载 实例分割总结 Instance Segmentation Summary

https://blog.csdn.net/qq_39295044/article/details/79796663

2018-08-21 17:47:32 1448

转载 DPM(Deformable Part Model)原理详解

https://blog.csdn.net/qq_14845119/article/details/52625426

2018-08-21 16:48:44 2317

原创 Structured forests for fast edge detection

opencv实现P. Dollár的《Structured forests for fast edge detection》代码网址:https://docs.opencv.org/3.1.0/d0/da5/tutorial_ximgproc_prediction.html代码如下: #include <opencv2/ximgproc.hpp> #include "o...

2018-08-21 12:08:41 3053

转载 error LNK1112: 模块计算机类型“X64”与目标计算机类型“x86”冲突”

https://blog.csdn.net/xue_hit/article/details/70314101

2018-08-20 16:10:47 204

原创 opencv各版本链接及opencv_contrib库各版本链接

contrib库:https://github.com/opencv/opencv_contrib/releasesopencv版本:https://opencv.org/releases.html

2018-08-20 11:29:36 11431 3

转载 Contour Detection and Hierarchical Image Segmentation

https://www.xuebuyuan.com/2079072.html

2018-08-17 16:08:16 127

转载 Contour Detection and Hierarchical Image Segmentation

https://blog.csdn.net/nature_XD/article/details/53375344?locationNum=9&fps=1http://vision.stanford.edu/teaching/cs231b_spring1213/papers/PAMI11_ArbelaezMaireFowlkesMalik.pdf

2018-08-17 15:53:05 256

原创 Python中array与image的转换

# -*- coding: utf-8 -*-import numpy as np;from PIL import Image;im = Image.open("G:\\picture\\test.png");image = np.asarray(im,dtype='int');out = image.transpose(1,0,2);p = Image.fromarray(...

2018-08-14 17:48:40 5861 3

原创 transpose()函数的理解

                         图1输入如图1所示语句,输出如下:                  图2由以上两图说明transpose()函数的作用:假设shape(z,x,y),在RGB图像中可以理解为z代表通道数,x代表图像的第几行,y代表图像的第几列,x和y组合而成所代表的像素构成一幅单通道图像。在图1的第8行之前代表转换前的数据,转换前...

2018-08-13 19:03:29 14102 2

原创 NYUD V2下载的数据集在matlab中打开

NYUD V2数据集即nyu_depth_v2_labeled.mat在matlab中打开如下:

2018-08-13 18:51:09 1245 8

原创 NYUD V2数据集的简介与提取

声明:基于python3.6提取NYUD V2数据集NYUD V2数据集下载网址如下:https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html(文中在Toolbox中提供了常用的预处理图像函数)下载好的数据集的文件名是nyu_depth_v2_labeled.mat,可以用matlab打开。NYUD V2数据集由1449张64...

2018-08-13 18:27:52 12527 26

原创 error:no model named numpy

错误原因:没有numpy库解决方案:https://jingyan.baidu.com/article/03b2f78c0473e55ea237aeca.htmlnumpy下载地址:https://pypi.org/project/numpy/#filesnumpy安装成功显示界面如下:...

2018-08-10 13:54:08 1058

原创 matlab中实现unit16的深度图像的显示

matlab中实现unit16的深度图的显示:imshow(unit8(ans));

2018-08-07 17:21:33 8181 2

原创 matlab erro:未定义变量或函数caffe()

caffe的matlab接口报错:未定义变量或函数caffe,是由于caffe版本接口问题。该bug描述见以下链接:https://stackoverflow.com/questions/29669774/extract-filters-and-biases-using-caffe解决方案如下(下载对应的caffe版本):https://github.com/BVLC/caffe/re...

2018-08-01 14:43:23 3836

libSvm使用方法基于python

第三步输入以下命令e\Anaconda\pythongridpyheart_scale其中e\Anaconda\python的python是指pythonexee\Anaconda是pythonexe

2017-03-29

空空如也

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

TA关注的人

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