├── CRF.py ├── Data ├── label.png └── train.png ├── FCN8s ├── FCN8S-plot.png ├── FCN8S.py ├── FCN8S模型结果.png ├── FCN8S预测.py └── 混淆矩阵.png ├── GDAL └── GDAL.py ├── Image ├── 777.png ├── 888.png ├── 999.png ├── Acc.png ├── FPN.png ├── IOU.png ├── Loss.png ├── Unet.png └── dd.png ├── LICENSE ├── Model类 ├── Predict.py └── Unet.py ├── README.md ├── Segnet ├── Segnet-混淆矩阵.png ├── Segnet模型结果.png ├── Segnet预测.py ├── plot.png └── 训练.py ├── Unet++结果 ├── confusion_matrix.png ├── confusion_matrix_None.png ├── 分类报告.png ├── 整体统计.png ├── 概要统计.png └── 类别统计.png ├── 不同全色波段融合方法结果 ├── Unet-GS.png ├── Unet-HSV.png └── Unet-NND.png └── 生成数据并增强.py /CRF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/CRF.py -------------------------------------------------------------------------------- /Data/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Data/label.png -------------------------------------------------------------------------------- /Data/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Data/train.png -------------------------------------------------------------------------------- /FCN8s/FCN8S-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/FCN8s/FCN8S-plot.png -------------------------------------------------------------------------------- /FCN8s/FCN8S.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/FCN8s/FCN8S.py -------------------------------------------------------------------------------- /FCN8s/FCN8S模型结果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/FCN8s/FCN8S模型结果.png -------------------------------------------------------------------------------- /FCN8s/FCN8S预测.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/FCN8s/FCN8S预测.py -------------------------------------------------------------------------------- /FCN8s/混淆矩阵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/FCN8s/混淆矩阵.png -------------------------------------------------------------------------------- /GDAL/GDAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/GDAL/GDAL.py -------------------------------------------------------------------------------- /Image/777.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/777.png -------------------------------------------------------------------------------- /Image/888.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/888.png -------------------------------------------------------------------------------- /Image/999.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/999.png -------------------------------------------------------------------------------- /Image/Acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/Acc.png -------------------------------------------------------------------------------- /Image/FPN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/FPN.png -------------------------------------------------------------------------------- /Image/IOU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/IOU.png -------------------------------------------------------------------------------- /Image/Loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/Loss.png -------------------------------------------------------------------------------- /Image/Unet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/Unet.png -------------------------------------------------------------------------------- /Image/dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Image/dd.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/LICENSE -------------------------------------------------------------------------------- /Model类/Predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Model类/Predict.py -------------------------------------------------------------------------------- /Model类/Unet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Model类/Unet.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/README.md -------------------------------------------------------------------------------- /Segnet/Segnet-混淆矩阵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Segnet/Segnet-混淆矩阵.png -------------------------------------------------------------------------------- /Segnet/Segnet模型结果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Segnet/Segnet模型结果.png -------------------------------------------------------------------------------- /Segnet/Segnet预测.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Segnet/Segnet预测.py -------------------------------------------------------------------------------- /Segnet/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Segnet/plot.png -------------------------------------------------------------------------------- /Segnet/训练.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Segnet/训练.py -------------------------------------------------------------------------------- /Unet++结果/confusion_matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/confusion_matrix.png -------------------------------------------------------------------------------- /Unet++结果/confusion_matrix_None.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/confusion_matrix_None.png -------------------------------------------------------------------------------- /Unet++结果/分类报告.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/分类报告.png -------------------------------------------------------------------------------- /Unet++结果/整体统计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/整体统计.png -------------------------------------------------------------------------------- /Unet++结果/概要统计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/概要统计.png -------------------------------------------------------------------------------- /Unet++结果/类别统计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/Unet++结果/类别统计.png -------------------------------------------------------------------------------- /不同全色波段融合方法结果/Unet-GS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/不同全色波段融合方法结果/Unet-GS.png -------------------------------------------------------------------------------- /不同全色波段融合方法结果/Unet-HSV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/不同全色波段融合方法结果/Unet-HSV.png -------------------------------------------------------------------------------- /不同全色波段融合方法结果/Unet-NND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/不同全色波段融合方法结果/Unet-NND.png -------------------------------------------------------------------------------- /生成数据并增强.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1044197988/Semantic-segmentation-of-remote-sensing-images/HEAD/生成数据并增强.py --------------------------------------------------------------------------------