autodistill-grounded-sam
autodistill-grounded-sam copied to clipboard
GroundedSAM Base Model plugin for Autodistill
It’s GroundedSAM free or not? If not How to get Api key to using this service? import cv2 import supervision as sv from autodistill_grounded_sam import GroundedSAM from autodistill.detection import CaptionOntology...
Hello, When I look at the labels generated by GroundedSAM, I see a huge list of floating number not the data bounding boxes in yolo format. How should I interpret...
Hi, is there a reason why you don't expose a parameter that lets the user choose which of the SAM weights to use? `vit-l` performs almost as well as `vit-h`...
Hi, is there any way to pass a batch_size param to either the GroundedSAM constructor or `model.label()`? Training one-by-one is a bit slow and doesn't utilise my GPU memory is...
According to the pull request https://github.com/roboflow/supervision/pull/1086 This modification makes it possible to recalculate the bboxes of the masks in order to have a bbox relating to the mask. Basically, the...
Hello, From the following code if the input is a directory then labels are written when all the files in the directory are processed. How can I modify the code...
Hi, thx for the great library. I ran into an issue when using autodistill with groundedSAM. In helpers.py the cache dirs for Grounding_Dino and SAM are set to ~/.cache. On...