-
Hello,
When I run SAM Clip model, it printouts several box and I am sure that it should detect only 1-2 boxes in the image. Why it is dumping so many boxes?
Labeling People/a-good-person.jpg: …
-
I want to reproduce the whole autodistill process with your demo video about milk bottle. Can you tell that where to get milk bottle dataset and what the 'Ontology' you set?
-
### Search before asking
- [X] I have searched the Autodistill [issues](https://github.com/autodistill/autodistill/issues) and found no similar feature requests.
### Question
Hi @yeldarby @ha…
-
I downloaded it using the "pip install autodistill-fastsam" command, but it could not be executed.
```
ERROR: Could not find a version that satisfies the requirement autodistill-fastsam (from vers…
-
```
from autodistill_grounded_sam import GroundedSAM
from autodistill_yolov8 import YOLOv8
from autodistill.detection.caption_ontology import CaptionOntology
# define an ontology to map class na…
-
, line 19, in run_command
with subprocess.DEVNULL as DEVNULL:
AttributeError: __enter__
-
-
What should be the python version and the cuda and cudnn versions to utilize autodistill?
-
I have this this Python script, for example:
from autodistill.detection import CaptionOntology
from autodistill_grounded_sam import GroundedSAM
annote = GroundedSAM(ontology = CaptionOntology({…
-
I get this error when I wnat to laod GroundedSAM model.
`base_model = GroundedSAM(ontology=ontolgy)`
ERROR:
`trying to load grounding dino directly …