As the title suggests, the idea of project is to derive semantic road geometry through satelite image view.
create the conda environment through the environment file provided
conda env create -f environment.yml
This command downloads the data into current working directory
python get_data.py
This command starts the jupyter lab in current working directory
jupyter lab
start train_segmentation.ipynb
through lab and follow the commands
start test_segmentation.ipynb
through lab and follow the commands