TYTaO / CBIR-demos
本项目基于ImageNet数据集预训练的VGG16和ResNet34网络模型,微调以提取遥感图像特征。我们尝试了多种特征聚合方法,通过使用PCA降维技术和扩展查询技术来优化特征存储、向量计算和特征检索效果。此外,我们还采用局部敏感哈希算法(LSH)实现了大规模遥感图像检索。该算法在UCMD数据集上进行了性能验证。
☆26Updated 2 years ago
Alternatives and similar repositories for CBIR-demos:
Users that are interested in CBIR-demos are comparing it to the libraries listed below
- 一个本地的基于内容的图像检索系统,实现了包括颜色特征提取(颜色直方图,HSV中心距),纹理特征(灰度共生矩阵,LBP算子),边缘特征(边缘直方图),哈希感知算法(aHash,pHash,dHash算法等),SIFT特征提取。以及基于VGG-16提取特征等功能☆85Updated last year
- 基于PyTorch框架实现的图像分类网络☆80Updated 4 years ago
- 使用sift算法提取图像特征点,然后利用KMeans算法特征点进行聚类,然后进行匹配来实现基于内容的图像分类器☆18Updated 4 years ago
- 基于Pytorch的图像分类框架☆90Updated 2 months ago
- 基于卷积神经网络的遥感图像分类☆65Updated 3 years ago
- rscup: 遥感图像场景分类☆101Updated 5 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 3 years ago
- ☆149Updated 10 months ago
- 2021全国数字生态创新大赛-智能算法☆76Updated 4 years ago
- 基于深度学习方法的图像分割(含语义分割、实例分割、全景分割)。☆163Updated 4 years ago
- 基于改进DeepLabv3+的轻量级遥感影像语义分割☆16Updated last month
- 使用 深度学习网络(目标检测/特征提取/特征匹配)建立的图像精准检索系统☆32Updated 4 years ago
- 深度学习图像分类的入门教程☆285Updated 6 years ago
- 图像多标签分类标注工具☆14Updated 4 years ago
- Pytorch实践简单, 方便, 快速训练 图像分类模型☆37Updated 3 years ago
- 适合小白入门的图像分类项目,从熟悉到熟练图像分类的流程,搭建自己的分类网络结构以及在pytorch中运用经典的分类网络。☆67Updated 5 years ago
- Some basic neural network implement by tf2.0☆28Updated 2 years ago
- For the remote sensing scene classification task in complex background, we proposed a lightweight convolutional neural network with bilin…☆40Updated 4 years ago
- 2021“昇腾杯”遥感影像智能处理算法掌握发展过程三等奖(TOP5)方案分析:https://zhuanlan.zhihu.com/p/453136594解决方案说明: train.py 用于训练 test.py 用于推理☆39Updated 3 years ago
- 在up主Bubbliiiing的YOLOv3基础上增加pyqt5的UI展示☆11Updated 2 years ago
- 遥感影像语义分割☆46Updated last year
- TensorFlow对遥感图像的分类☆24Updated 6 years ago
- Some Useful Tools for Object Detection in Remote Sensing Imagery. 一些遥感图像目标检测的实用代码及工具,不断更新中...☆34Updated 4 years ago
- keras遥感图像Unet语义分割(支持多波段&多类)☆149Updated 4 years ago
- 汇总了计算机视觉中图像分类、目标检测、语义分割的一些经典算法,使用pytorch实现,欢迎学习下载☆16Updated 3 years ago
- 使用pyQt作为GUI框架的图像语义分割软件,支持mobilenet、resnet50、hrnet等8个模型☆46Updated 4 years ago
- fpn_resnet、resnet-se、resnet-cbam☆33Updated 5 years ago
- 使用ICNet模型对航拍图片(遥感图像)进行图像分割☆95Updated 3 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆30Updated 4 years ago
- 超清遥感图像的语义分割,内附类别不平衡损失为何失效☆27Updated 3 years ago