Segmentation Another Open Vocabulary Model (Object Detection) Results
Closed this issue · 2 comments
sailfish009 commented
rentainhe commented
Hello, I would like to detect objects using another open vocabulary based object detection model(DE-ViT: detect everyting) and segment them with the input. Is this possible and would be great to have an example.
Yes, I think both Grounded SAM
and Grounded SAM 2
have the same idea that combining promptable segmentation model with detection model for detection and segmentation, it will also works with DE-ViT + SAM 2
, but we want to keep our code more clean for community, I think it would be more convenient for you to implement this idea in your local environment.
sailfish009 commented
Okay, thanks for the answer.