Replies: 1 comment 1 reply
-
Good suggestion. Can you submit a pull request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Professor.
I noticed that in text_sam module in show_anns function if you define blend parameter as true, the output image is not georeferenced. On the other hand, if you define blend as False, the output grayscale image is georeferenced.
Studying the specific code, it is in line 498.
if output is not None: if blend: plt.savefig(output, **kwargs) else: array_to_image(self.prediction, output, self.source)
Can we change it in order to export output with blend=True as a georeferenced image in order to use it with the add_raster function?
Thank you very much,
Beta Was this translation helpful? Give feedback.
All reactions