segment-anything
segment-anything copied to clipboard
How can I cut out segmented object?
Great work!!!
I see that in demo, we can cut out segmented object. So, is it possible to get (corner) coordinates of segmented object? or is there any function to cut out masked object?
see automatic_mask_generator_example.ipynb and In [11] and In [12]

you can get the coordinates of the mask by bbox
#221