-
py-faster-rcnn-master
图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
- 2020-12-11 15:39:18下载
- 积分:1
-
image-distortion-correction
使用透视变换对图像进行畸变矫正,可以正常运行。(use Perspective transformation about image distortion correction )
- 2014-07-31 21:24:29下载
- 积分:1
-
CVPR18_TM_codes
说明: Z. Liang, J. Xu, D. Zhang, Z. Cao, L. Zhang, "A Hybrid L1-L0 Layer Decomposition Model for Tone Mapping," in CVPR 2018.
- 2020-06-16 07:40:01下载
- 积分:1
-
Brent算法为结合黄金分割法和抛物线法的一维搜索方法
Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)
- 2020-07-09 12:08:55下载
- 积分:1
-
Forstner
说明: Forstner算子提取特征点
Forstner算子
提取特征点
(Forstner operator extracting feature points Forstner operator extracting feature points)
- 2010-03-23 00:58:45下载
- 积分:1
-
L0Smoothing
L0梯度最小化算法,2011年由xuli提出的算法(L0 gradient minimization algorithm, in 2011 xuli put forward the algorithm )
- 2014-11-04 10:37:29下载
- 积分:1
-
reco
MRI 读入k空间数据调整中心并进行傅里叶变换显示图像(MRI k-space data is read into the center and adjust the display image Fourier transform)
- 2011-10-30 12:31:02下载
- 积分:1
-
Max-Points-on-a-Line
给定的n个点在二维平面上,发现的最大数量点躺在同一直线。(Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.
)
- 2016-03-27 19:10:38下载
- 积分:1
-
WPF网络流量仪表盘
WPF网络流量仪表盘
- 2014-04-11下载
- 积分:1
-
DIP_1
The focus of this project is to experiment with intensity transformations to enhance an image.
- 2008-12-26 23:29:13下载
- 积分:1