Segmentation
Grounded SAM
The GroundedSAM
class provides a wrapper for the GroundedSAM model, which segments objects in RGB images based on text prompts.
class GroundedSAM()
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to False.
def run()
This code is licensed under the Apache 2.0 License.
Was this page helpful?