segment-anything icon indicating copy to clipboard operation
segment-anything copied to clipboard

How can I cut out segmented object?

Open dilwolf opened this issue 1 year ago • 1 comments

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?

dilwolf avatar Apr 08 '23 11:04 dilwolf

see automatic_mask_generator_example.ipynb and In [11] and In [12]

image

Tongzhenguo avatar Apr 08 '23 12:04 Tongzhenguo

you can get the coordinates of the mask by bbox

JHC521PJJ avatar Apr 20 '23 14:04 JHC521PJJ

#221

Github-Yilei avatar Jun 30 '23 08:06 Github-Yilei