facebookresearch / segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
47.87k stars 5.66k forks source link

How to deal with overlapping masks #690

Open smandava98 opened 9 months ago

smandava98 commented 9 months ago

How do you get different masks when one object is inside the other? Because in that case it seems it uses one object id for both masks.