自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (11)
  • 收藏
  • 关注

转载 卷积与反卷积

转自:卷积神经网络CNN(1)——图像卷积与反卷积(后卷积,转置卷积)动态图1.前言   传统的CNN网络只能给出图像的LABLE,但是在很多情况下需要对识别的物体进行分割实现end to end,然后FCN出现了,给物体分割提供了一个非常重要的解决思路,其核心就是卷积与...

2019-04-23 20:29:44 424

原创 介绍几种卷积神经网络(LeNet,AlexNet,VGG-16,ResNet,Inception)

Outline:本文介绍几种年代比较久的卷积神经网络1.LeNet-52.AlexNet3.VGG-164.ResNet5.Inception一.LeNet-5网络结构图如下:5表示:2个卷积层+3个全连接层;该网络激活函数使用sigmoid和tanh,还没有使用relu函数二.AlexNet该网络与LeNet网络类似,这里使用了5个卷积层...

2019-04-21 09:10:13 2569

原创 CNN网络

一.边缘检测边缘检测包括垂直边缘检测和水平边缘检测:针对上图,垂直边缘检测得到的是图片中垂直方向的栏杆;水平边缘检测得到的是水平方向的栏杆。如何使用数学的方法进行垂直边缘检测:上图中,滤波器中间一列全零,两边列是全1,也就是得到原图垂直方向的像素信息。原图在这里是6*6,得到4*4图片大小。再如下图:原图中左边是全10像素,右边是全零像素,所以得到的是下方一白一...

2019-04-20 16:59:26 620

转载 理解GAN网络基本原理

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/on2way/article/details/72773771 </div> <link rel="stylesheet" href="https://...

2019-04-15 13:03:32 32258 9

原创 图像处理交并比(IOU)计算

计算宽:W=min(A1, B1) - max(A0, B0);若A,B不重合,则W小于0。同理可以计算高H。可得如下coding:#A[x, y, wight, height],B类似;x,y是中心坐标def IOU(rectangle A, rectangleB): W = min(A[0]+0.5*A[2], B[0]+0.5*B[2]) - max(...

2019-04-03 21:20:21 3494

istyle-pdf-3.0.6.2155.zip

本人觉得比较好的pdf阅读器,轻便简介,非常适合pdf阅读,一直在用。

2019-07-14

PotPlayer 64位

potplayer 64位 Windows版本,因为官网无法再进入,这给需要使用的仁兄提供资源下载。

2019-03-19

Algorithms on Strings, Trees and Sequences 高清英文版

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular sequence data (DNA or protein sequences) produced by various genome projects. This 1997 book is a general text on computer algorithms for string processing. In addition to pure computer science, the book contains extensive discussions on biological problems that are cast as string problems, and on methods developed to solve them. It emphasises the fundamental ideas and techniques central to today's applications. New approaches to this complex material simplify methods that up to now have been for the specialist alone. With over 400 exercises to reinforce the material and develop additional topics, the book is suitable as a text for graduate or advanced undergraduate students in computer science, computational biology, or bio-informatics. Its discussion of current algorithms and techniques also makes it a reference for professionals.

2019-03-19

动态磁盘转换工具

该工具可以在不需要删除数据的情况下将计算机的动态磁盘格式转换为静态磁盘格式。

2018-07-30

使用myeclipse生成二维码

该文件是用eclipse生成二维码,代码类有详细的解析,并提供jar包

2018-07-19

Java生成二维码

用Java导入jar包生成二维码,文件里有jar包和操作流程

2018-07-19

彻底卸载vs2015工具

不得已要卸载vs2015,但卸载完之后想安装vs2013总是报错,原来是vs2015没有卸载干净,在外网下载了一个VS2015卸载工具,解压出来,运行.EXE文件,然后选择YES,等待一会儿就可以了卸载成功了!

2018-04-19

DirectX+Repair

今天使用电脑的VS2015,运行程序是发现0x00007b错误,网友提示是电脑缺少32位的库,找了一个修复工具,在此分享给大伙。

2018-04-19

VS2013基于MFC连接sql server数据库以及增删改查

该文件是在VS2013下基于MFC连接数据库并完美实现增删改查,下载后只需要修改链接字就可以运行。谢谢采纳!

2016-08-18

空空如也

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

TA关注的人

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