Skip to content

Commit

Permalink
Add image-conditioned detection example to the Minimal Colab.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 569216333
  • Loading branch information
mjlm authored and Scenic Authors committed Sep 28, 2023
1 parent 1e7282a commit de635e1
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 16 deletions.
4 changes: 3 additions & 1 deletion scenic/projects/owl_vit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ OWL-ViT is an **open-vocabulary object detector**. Given an image and a free-tex
[[Minimal Colab]](https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_minimal_example.ipynb)
[[Playground Colab]](https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_inference_playground.ipynb)

**Update (2023-09-25):** Added image-conditioned detection example to the [Minimal Colab](https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_minimal_example.ipynb)
<br>
**Update (2023-09-22):** Added code and checkpoints for OWL-ViT v2.
<br>
**Update (2023-03-21):** Added a new checkpoint with a segmentation mask head. See the [Minimal Colab](https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_minimal_example.ipynb) for a usage example.
Expand Down Expand Up @@ -203,7 +205,7 @@ If you use OWL-ViT, please cite the papers as appropriate:
@article{minderer2023scaling,
title={Scaling Open-Vocabulary Object Detection},
author={Matthias Minderer, Alexey Gritsenko, Neil Houlsby},
journal={arXiv},
journal={NeurIPS},
year={2023},
}
```
355 changes: 340 additions & 15 deletions scenic/projects/owl_vit/notebooks/OWL_ViT_minimal_example.ipynb

Large diffs are not rendered by default.

0 comments on commit de635e1

Please sign in to comment.