aliaksandr960 / segment-anything-eo

Earth observation tools for Meta AI Segment Anything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change input tiles

AdamKAstro opened this issue · comments

Hi Aliaksandr, how would i modify this to change the tif input files ? i.e remove tms2geotiff and feed my own tiffs ?

There are method tiff_to_tiff(in_path, out_path, **kwargs) to process your own tiff files.
Line 74 in https://github.com/aliaksandr960/segment-anything-eo/blob/main/sameo.py
Right?

There are method tiff_to_tiff(in_path, out_path, **kwargs) to process your own tiff files. Line 74 in https://github.com/aliaksandr960/segment-anything-eo/blob/main/sameo.py Right?

Excellent thanks mate 👍

I am a new in python. Sorry I still do not understand with "method tiff_to_tiff(in_path, out_path, **kwargs)"
Please give an example how to input my own tiff files?
Thank you

Now I can run using my own data. Thank you

hello, can you give an example of exactly how to use the tiff_to_tiff method?