amanhari-projects / Satellite-image-road-extraction

The file is based on a published paper and uses a new deep resnet implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Satelite-image-road-extraction

The file is based on a published paper cited as: (Even though slight variations are there) "Z. Zhang, Q. Liu and Y. Wang, "Road Extraction by Deep Residual U-Net," in IEEE Geoscience and Remote Sensing Letters, vol. 15, no. 5, pp. 749-753, May 2018, doi: 10.1109/LGRS.2018.2802944." Variations include:

  1. The loss function as changed into binary cross entropy rather mean squared error.
  2. Iterations have been stopped at 15 rather at 50 since due to computation limit.
  3. The output given below will be blurred as the training was stopped at 15 epochs due to computation limitaion.

Trial output form the network

Figure_1

About

The file is based on a published paper and uses a new deep resnet implementation

License:MIT License


Languages

Language:Python 100.0%