TYTaO / CBIR-demos
本项目基于ImageNet数据集预训练的VGG16和ResNet34网络模型,微调以提取遥感图像特征。我们尝试了多种特征聚合方法,通过使用PCA降维技术和扩展查询技术来优化特征存储、向量计算和特征检索效果。此外,我们还采用局部敏感哈希算法(LSH)实现了大规模遥感图像检索。该算法在UCMD数据集上进行了性能验证。
☆24Updated last year
Related projects ⓘ
Alternatives and complementary repositories for CBIR-demos
- 一个本地的基于内容的图像检索系统,实现了包括颜色特征提取(颜色直方图,HSV中心距),纹理特征(灰度共生矩阵,LBP算子),边缘特征(边缘直方图),哈希感知算法(aHash,pHash,dHash算法等),SIFT特征提取。以及基于VGG-16提取特征等功能☆75Updated last year
- 深度学习图像分类的入门教程☆262Updated 5 years ago
- 使用sift算法提取图像特征点,然后利用KMeans算法特征点进行聚类,然后进行匹配来实现基于内容的图像分类器☆18Updated 4 years ago
- 2021全国数字生态创新大赛-智能算法☆72Updated 3 years ago
- For the remote sensing scene classification task in complex background, we proposed a lightweight convolutional neural network with bilin…☆39Updated 4 years ago
- 汇总了计算机视觉中图像分类、目标检测、语义分割的一些经典算法,使用pytorch实现,欢迎学习下载☆14Updated 2 years ago
- 2019本科毕业设计:基于UNet的遥感图像语义分割☆55Updated 2 years ago
- ☆147Updated 5 months ago
- Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNe…☆9Updated 5 years ago
- 利用faster-rcnn目标检测网络实现滑坡的提取☆52Updated 3 years ago
- Based on Google Earth remote sensing images of Wuhan in 2016, using pre-trained models Alexnet, VGG11, Resnet-50 and Resnet-101 for trans…☆28Updated 2 years ago
- 遥感影像变化检测-研究生毕设内容《基于深度学习的地面新增建筑检测方法研究》论文地址”https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDLAST2019&filename=JSJY20190…☆54Updated 5 years ago
- 遥感影像语义分割☆40Updated 7 months ago
- 高分遥感影像数据集的制作☆54Updated 6 years ago
- keras遥感图像Unet语义分割(支持多波段&多类)☆143Updated 4 years ago
- 使用ICNet模型对航拍图片(遥感图像)进行图像分割☆88Updated 2 years ago
- 基于深度学习方法的图像分割(含语义分割、实例分割、全景分割)。☆146Updated 4 years ago
- 遥感图像的语义分割,分别使用Deeplab V3+(Xception 和mobilenet V2 backbone)和unet模型,keras+python☆197Updated 4 years ago
- 本实验的主要目的是基于遥感图像计算灰度共生矩阵,并基于该矩阵计算多种纹理特征。所有的计算结果已与ENVI结果进行对比,实验结果一致。☆127Updated 4 years ago
- 基于PyTorch框架实现的图像分类网络☆74Updated 4 years ago
- 使用深度学习网络(目标检测/特征提取/特征匹配)建立的图像精准检索系统☆26Updated 4 years ago
- 基于卷积神经网络的遥感图像分类☆52Updated 3 years ago
- 实现unet,以及改进版,deeplapv3+,等网络结构,同时可以快速训练,识别进行语义分割!☆33Updated last year
- MATLAB implementation for Unsupervised Change Detection in Satellite Images Using Principal Component Analysis and k-Means Clustering.☆77Updated 5 years ago
- 遥感图像分类识别毕业设计☆14Updated 4 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆113Updated 5 years ago
- Deeplab v3_Plus for semantic segmentation of remote sensing(pytorch)☆46Updated 4 years ago
- 基于机器学习的遥感图像识别算法 (kNN/SVM/CNN/LSTM)☆66Updated 3 weeks ago
- 使用CNN进行高光谱遥感影像分类,影像源为Pavia University☆98Updated 5 years ago