# Semantic-Segmentation **Repository Path**: vincent4750/Semantic-Segmentation ## Basic Information - **Project Name**: Semantic-Segmentation - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Semantic-Segmentation 我将会将许多的语义分割的模型上传到这个仓库中提供给大家学习使用,包括segnet,pspnet,unet,deeplab_v3_plus等。 # 用法 你可以下载后进入你所想要训练的模型的文件夹,然后运行train.py进行训练。 在训练之前,需要先下载数据集,并将其存储到dataset中。 大家关心的多分类的代码在Muiti_Class_deeplab_Mobile里。 斑马线数据集: 链接:https://pan.baidu.com/s/1uzwqLaCXcWe06xEXk1ROWw 提取码:pp6w VOC数据集: 链接: https://pan.baidu.com/s/1Urh9W7XPNMF8yR67SDjAAQ 提取码: cvy2 # 训练效果 原图Before ![原图Before](/SegNet_Mobile/img/timg.jpg) ## SegNet_Mobile 处理后After processing ![处理后After processing](/SegNet_Mobile/img_out/timg.jpg) ## Unet_Mobile 处理后After processing ![处理后After processing](/Unet_Mobile/img_out/timg.jpg) ## pspnet_Mobile 处理后After processing ![处理后After processing](/pspnet_Mobile/img_out/timg.jpg) ## pspnet_Multi_Mobile 处理后After processing ![处理后After processing](/pspnet_Multi_Mobile/img_out/timg.jpg) # Reference [image-segmentation-keras](https://github.com/divamgupta/image-segmentation-keras)