Skip to content

Commit

Permalink
Merge pull request #12 from Vdol22/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
capjamesg authored May 17, 2024
2 parents 2324b9b + ca80caa commit 4062572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Read the [Grounding DINO Autodistill documentation](https://autodistill.github.i
To use the Grounding DINO base model, you will need to install the following dependency:

```bash
pip3 install autodistill-grounding-dino
pip3 install autodistill autodistill-yolov8 autodistill-grounding-dino
```

## Quickstart

```python
from autodistill_grounding_dino import GroundingDINO
from autodistill.detection import CaptionOntology
from autodistill_yolov8 import YOLOv8


Expand Down

0 comments on commit 4062572

Please sign in to comment.