road_building_extraction-master

所属分类:matlab编程
开发工具:Python
文件大小:3304KB
下载次数:2
上传日期:2020-07-06 10:59:01
上 传 者art3mis
说明:  Unet深度卷积网络道路提取,对比包括密度网络resnext和linknet。
(unet for road extraction)

文件列表:
LICENSE (1065, 2018-12-08)
etc (0, 2018-12-08)
etc\final_output.png (190235, 2018-12-08)
etc\sat_img_banner.png (522289, 2018-12-08)
etc\tensorboard.gif (1539320, 2018-12-08)
etc\train_img_overlay.png (1071353, 2018-12-08)
etc\unet_arch.png (79996, 2018-12-08)
notebooks (0, 2018-12-08)
notebooks\data_preprocessing.ipynb (10368, 2018-12-08)
src (0, 2018-12-08)
src\models (0, 2018-12-08)
src\models\__init__.py (0, 2018-12-08)
src\models\unet.py (5856, 2018-12-08)
src\train.py (10557, 2018-12-08)
src\utils (0, 2018-12-08)
src\utils\__init__.py (0, 2018-12-08)
src\utils\augmentation.py (4811, 2018-12-08)
src\utils\data_utils.py (4788, 2018-12-08)
src\utils\logger.py (2542, 2018-12-08)
src\utils\metrics.py (1742, 2018-12-08)
src\utils\scraper.py (1575, 2018-12-08)

# Road Extraction Using PyTorch [//]: # (Image References) [sat_img_banner]: etc/sat_img_banner.png "Satellite Image Banner" [final_output]: etc/final_output.png "Final Output" [unet_arch]: etc/unet_arch.png "UNet Architecture" [train_img_overlay]: etc/train_img_overlay.png "Final Output" [tensorboard]: etc/tensorboard.gif "Tensorboard" ![alt text][sat_img_banner] This repository contains the code used for [this project](http://jeffwen.com/2018/02/23/road_extraction). Feel free to click on the link to read more about the details of the project! The main dataset used to train the network was the Road and Building Detection [Dataset](https://www.cs.toronto.edu/~vmnih/data/) created by Volodymyr Mnih as part of his PhD thesis at the University of Toronto. Below is an example of a training image overlayed with the road network mask. ![alt text][train_img_overlay] The main architecture is the [U-Net architecture](https://arxiv.org/pdf/1505.04597) that was used initially for biomedical image segmentation, but has since been successful in other tasks such as satellite imagery segmentation. ![alt text][unet_arch] During the training process, I mainly used Tensorboard to keep track of the different runs. ![alt text][tensorboard] Below is an example of the output from the network (the left image is the input RGB satellite image, the middle is the ground truth label, and the right side shows the model prediction). ![alt text][final_output]

近期下载者

相关文件


收藏者