-
Unet-master2
CN对图像进行像素级的分类,从而解决了语义级别的图像分割(semantic segmentation)问题。与经典的CNN在卷积层之后使用全连接层得到固定长度的特征向量进行分类(全联接层+softmax输出)不同,FCN可以接受任意尺寸的输入图像,采用反卷积层对最后一个卷积层的feature map进行上采样, 使它恢复到输入图像相同的尺寸,从而可以对每个像素都产生了一个预测, 同时保留了原始输入图像中的空间信息, 最后在上采样的特征图上进行逐像素分类。(CN classifies images at the pixel level, thus resolving the problem of semantic segmentation at the semantic level. Unlike classical CNN, which uses full-connection layer to get fixed-length feature vectors after convolution layer for classification (full-connection layer + soft Max output), FCN can accept any size of input image, and uses deconvolution layer to sample feature map of the last convolution layer to restore it to the same size of input image, so that each pixel can be generated. At the same time, the spatial information of the original input image is retained. Finally, the pixel-by-pixel classification is carried out on the feature map sampled above.)
- 2019-04-19 19:16:29下载
- 积分:1
-
leVHDL2
digital gates and coding
- 2019-04-11 05:05:21下载
- 积分:1
-
OPNET无线网络仿真实例
说明: opnet无线网络仿真的一些码源,分享和大家交流学习下(Some code sources of OPNET wireless network simulation)
- 2021-02-21 14:29:42下载
- 积分:1
-
SOC
扩展卡尔曼滤波估算电池的SoC,电池采用戴维宁模型,并与安时积分法进行了比较,误差不超过5 ,结果可靠(The extended Calman filter to estimate the battery SoC and battery using Thevenin model, and compared with the current time integral method, the error is less than 5 , the result is reliable)
- 2021-04-08 10:19:00下载
- 积分:1
-
GWR
说明: 数据插值算法GWR,根据周围点插值未知点。(Data interpolation algorithm GWR interpolates unknown points according to the surrounding points.)
- 2019-06-07 16:20:58下载
- 积分:1
-
很好的的 坦克游戏代码。。。可以引用里面的类
很好的的 坦克游戏代码。。。可以引用里面的类-good game code tanks. . . They invoke the category
- 2022-10-28 13:20:03下载
- 积分:1
-
PPSSSraro
电力系统暂态稳定分析程序源码,可用于于分析两机系统,快速方便
(Power system transient stability analysis of program source code, can be used in the analysis of the two-machine system, quickly and easily)
- 2012-06-08 19:07:05下载
- 积分:1
-
canny
说明: canny 边缘检测基于梯度直方图的自适应阈值verilog实现(Canny edge detection based on gradient histogram adaptive threshold Verilog implementation)
- 2021-04-12 14:48:57下载
- 积分:1
-
HoughLines
说明: 平台基于visual studio 2015,使用opencv实现霍夫变换检测直线(Implementing Hough Transform)
- 2020-06-20 05:20:02下载
- 积分:1
-
Factory
Factory 模式的两个最重要的功能:
1)定义创建对象的接口,封装了对象的建;
2)使得具体化类的工作延迟到了子类中。
(Factory mode two most important functions: 1) the definition of an object to create an interface that encapsulates the construction objects 2) makes specific class work delayed to subclasses.)
- 2016-07-11 10:53:39下载
- 积分:1