登录
首页 » Python » deeplab V3和unet

deeplab V3和unet

于 2019-05-31 发布
0 205
下载积分: 1 下载次数: 18

代码说明:

说明:  利用全卷积神经网络,实现图像的语义分割,基于tensorflow的keras可以直接运行(Using the full convolutional neural network to achieve semantic segmentation of images, keras based on tensorflow can be run directly)

文件列表:

Semantic-Segmentation-of-Remote-Sensing-Images-master, 0 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\README.md, 1173 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img, 0 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\612022_x_0.png, 381128 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\612022_x_1.png, 239873 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\612022_x_2.png, 154734 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\612022_x_3.png, 28756 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\6120_2_2_10.png, 1085927 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\img\6120_2_2raw.jpg, 5127372 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\make_data.py, 7686 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\model.py, 20610 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\plot.py, 2859 , 2019-04-23
Semantic-Segmentation-of-Remote-Sensing-Images-master\train.py, 5064 , 2019-04-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • XY
    说明:  XYZ视频图像压缩编码的应用原理与实际生活应用 (XYZ video image compression encoding)
    2012-02-04 00:33:22下载
    积分:1
  • LBP
    改程序是本人编写的,可以运行,采用的是yale人脸数据,采用4*4分块,无权值,统一旋转不变模式(The program is I write, can run, using Yale face data, using the 4* 4 block, has no right to value, uniform &rotation invariant mode)
    2012-07-31 19:58:12下载
    积分:1
  • GeometricVersion3
    课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。 ■ 一个能创建特定color 和filled 的有参构造方法。 ■ 相关数据域的访问器和修改器。 ■ 两个个名为draw 和erase 的抽象方法。 ■ 一个名为getArea 的抽象方法。 ■ 一个名为getPerimeter 的抽象方法。 ■ 重写toString 方法。 Triangle 类设计要求如下: ■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它 们的默认值是1.0。要求三个数据域保留2 位小数。 ■ 一个无参的构造方法创建默认三角形。 ■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。 ■ 所有三个数据域的访问器和修改器方法。 ■ 父类抽象方法的实现。 ■ 重写toString 方法。 Circle 类(Curriculum Design Geometry (out of 50) Version 1: 10 points Design an abstract class and its subclasses GeometricObject Triangle and Circle. GeometricObject class design requirements are as follows: ■ a named color of the Color type private data field that indicates the object s color. ■ a Boolean type called filled private data field that indicates whether the object fill color. ■ Date type named dateCreated private data field, which means that the object was created. ■ a no-argument constructor. ■ one can create a specific color and filled in with arg constructor. ■ Related data field accessor and modifier. ■ two months called draw and erase the abstract methods. ■ an abstract method named getArea. ■ an abstract method named getPerimeter. ■ overridden toString method. Triangle class design requirements are as follows: ■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It Our default value is 1.0. Requires)
    2020-12-10 08:59:18下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • tuxingxue
    画矩形的代码,包含各种算法,具体的自己看吧,这是图形处理的作业之一(Draw a rectangle of the code, contains a variety of algorithms, specifically for yourself, this is one of the graphics processing jobs)
    2013-09-26 14:42:11下载
    积分:1
  • NumberRecognize
    根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。(According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, using the training to get the right value to produce this small program, this program can be seen through the results of the training data set and the training sample test samples are can be well identified, but on the other handwriting recognition is not so good.)
    2013-10-17 15:55:34下载
    积分:1
  • statistic
    IDL计算影像均值、标准差、偏差指数、信息熵、平均梯度、光谱扭曲程度、相关系数的小程序。(average gradient, correlation coefficient, entropy, cross entropy, joint entropy, mean square error and mutual information, signal to noise ratio, peak signal to noise ratio, )
    2021-03-30 20:19:09下载
    积分:1
  • shadow_removal
    采用matlab,代码经过修改,可以去除阴影,但还不能在实际应用中用,不过有一定的参考价值(Using matlab, the code has been modified to remove the shadow, but it can not be used in the actual application, but there is a certain reference value)
    2020-10-29 16:09:56下载
    积分:1
  • 加解密
    基于matlab的图像加解密的示例演示程序,带GUI显示界面,有2种加密算法(Matlab based image encryption and decryption demonstration program, with GUI display interface, there are 2 kinds of encryption algorithm.)
    2018-10-09 11:56:47下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载