isikdogan / deepwatermap

a deep model that segments water on multispectral images
135 stars 51 forks source link

geo-referenced inference #10

Open sermomon opened 1 year ago

sermomon commented 1 year ago

Added the file geoinference.py. This file is used in the same way as inference.py but allows to obtain a geo-referenced image in GeoTIFF format. This modification requires rasterio. Usage:

$ python geoinference.py --checkpoint_path checkpoints/cp.135.ckpt \
    --image_path sample_data/sentinel2_example.tif --save_path water_map.tif

The geoinference.py file requires modifications to adapt it to PR #7.