InvokeAI/invokeai/backend/grounded_sam
2024-07-31 08:47:00 -04:00
..
__init__.py Add a GroundedSamInvocation for image segmentation from a text prompt (Grounding DINO + Segment Anything Model). 2024-07-30 11:12:26 -04:00
detection_result.py Make Grounding DINO DetectionResult a Pydantic model. 2024-07-31 08:47:00 -04:00
grounding_dino_pipeline.py Make Grounding DINO DetectionResult a Pydantic model. 2024-07-31 08:47:00 -04:00
mask_refinement.py Add a GroundedSamInvocation for image segmentation from a text prompt (Grounding DINO + Segment Anything Model). 2024-07-30 11:12:26 -04:00
segment_anything_model.py Prevent Grounding DINO and Segment Anything from being moved to MPS - they don't work on MPS devices. 2024-07-30 23:04:15 +02:00