# 遥感图像分割 **Repository Path**: arews/SegNet-RS ## Basic Information - **Project Name**: 遥感图像分割 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 城市遥感图像中的建筑物屋顶分割 1.数据下载链接:https://www.cs.toronto.edu/~vmnih/data/ 2.脚本运行步骤: ①config.py设置了一些常用的参数 ②convet_gt.py将RGB的Label影像归一化到[0,1]之间的灰度图像 ③extract_images.py将原始影像分块作为训练数据 ④creat_lmdb.py数据转换到caffe的输入数据格式 ⑤training.py 训练网络 ⑥inference.py 预测结果