Skip to content

Commit

Permalink
Merge pull request #3 from hariag/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
yeldarby committed Jun 9, 2023
2 parents 4e0967b + 9ace9af commit 9176692
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/base_models/owlvit.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pip3 install autodistill-owl-vit
## Quickstart

```python
from autodistill_owlv_vit import OWLViT
from autodistill_owl_vit import OWLViT
from autodistill.detection import CaptionOntology

# define an ontology to map class names to our OWLViT prompt
# the ontology dictionary has the format {caption: class}
Expand All @@ -32,4 +33,4 @@ base_model = OWLViT(
)
)
base_model.label("./context_images", extension=".jpg")
```
```

0 comments on commit 9176692

Please sign in to comment.