|
I’d like to know if it’s possible to use SAM v2 (or other segmentation models) in the following way:
The goal is to maintain consistent labeling across images—for example, if I label a few buildings in one image, I’d like the model to segment all buildings in another image with the same target value. Questions:
Thanks in advance for any guidance! PS: @giswqs thank you so much for the great work that you have done and the efforts into this package. |
Answered by
giswqs
Dec 8, 2025
Replies: 1 comment
|
SAM3 has better support for this. See https://samgeo.gishub.org/examples/sam3_image_segmentation/ |
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SAM3 has better support for this. See https://samgeo.gishub.org/examples/sam3_image_segmentation/