Home

Awesome

RoadTracer-M

This repository is the official implementation of the paper'ROAD NETWORK EXTRACTION FROM SATELLITE IMAGES USING CNN BASED SEGMENTATION AND TRACING'(IGARSS 2019).

Pipeline

image-20200728150157771

Results

image-20200728150255134

Requirements

To install requirements:

pip install -r requirements.txt

tensorflow
rtree
numpy

For generating the dataset, please refer to RoadTracer for more details.

Structure

Training

To train the model(s) in the paper, run this command:

python train.py --input-data <path_to_data> --alpha 10 --beta 20

📋 Describe how to train the models, with example commands on how to train the models in your paper, including the full training procedure and appropriate hyperparameters.

Contributing

Citation

If you find our work useful in your research, please cite:

  @INPROCEEDINGS{8898565,
  author={Wei, Yao and Zhang, Kai and Ji, Shunping},
  title={Road Network Extraction from Satellite Images Using CNN Based Segmentation and Tracing}, 
  booktitle={IGARSS 2019 - 2019 IEEE International Geoscience and Remote Sensing Symposium}, 
  year={2019},
  pages={3923-3926}
  }