Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added package installs and correct imports for the quickstart to work on copy-paste.
  • Loading branch information
Vdol22 authored May 17, 2024
1 parent 2324b9b commit ca80caa
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 ca80caa

Please sign in to comment.