jremillard / images-to-osm

Use Mask R-CNN/Keras/TensorFlow and OSM to find features in satellite images for fun.
MIT License
501 stars 84 forks source link

Georeferrencing images #3

Closed pesekon2 closed 6 years ago

pesekon2 commented 6 years ago

Hi,

thank you for your work, it's amazing and very useful.

However, is there any way to make georeferrenced images from the ones with masks? And if we use the detection on georeferrenced images, will this georeferrencing be preserved or not?

Thank you in advance.

jremillard commented 6 years ago

Hi, I am not sure I understand the question. When the masks are found, they are eventually converted back to lat, lon?

pesekon2 commented 6 years ago

I was interested in GeoTIFF with georeferrencing in the metadata. The ones with georeferrencing in separate files are okay (we can use the georefferencing file on the mask itself) but when we use metadata encoded GeoTIFF and insert the mask into that picture using skimage, is there any way to preserve the georefferencing?

jremillard commented 6 years ago

You would have to do some coding, but GeoTIFF's could be made to work.

pesekon2 commented 6 years ago

Okay, I will try. Thanks.