We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
本仓库主要记录遥感图像道路提取任务中后处理的方法(Done)
对高分辨率光学遥感图像中各类地物光谱信息和空间信息进行分析,将图像中具有语义信息的各个像元分别赋予语义类别标签;以包含典型土地利用分类的光学遥感图像为处理对象,使用提供的遥感图像数据集进行土地利用类型语义分割处理。
Semantic Segmentation for Remote Sensing
遥感图像的语义分割,分别使用Deeplab V3+(Xception 和mobilenet V2 backbone)和unet模型,keras+python