Skip to content

Commit 8101aac

Browse files
authored
Update README.md
1 parent 56ae286 commit 8101aac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<a href="https://opensource.salesforce.com/LAVIS//latest/benchmark.html">Benchmark</a>,
1818
<a href="https://arxiv.org/abs/2209.09019">Technical Report</a>,
1919
<a href="https://opensource.salesforce.com/LAVIS//latest/index.html">Documentation</a>,
20+
<a href="https://github.com/salesforce/LAVIS/tree/main/examples">Examples</a>,
2021
<a href="https://blog.salesforceairesearch.com/lavis-language-vision-library/">Blog</a>
2122
</div>
2223

@@ -32,6 +33,7 @@
3233
- [Visual question answering (VQA)](#visual-question-answering-vqa)
3334
- [Unified Feature Extraction Interface](#unified-feature-extraction-interface)
3435
- [Load Datasets](#load-datasets)
36+
- [Examples](#examples)
3537
- [Resources and Tools](#resources-and-tools)
3638
- [Documentations](#documentations)
3739
- [Ethical and Responsible Use](#ethical-and-responsible-use)
@@ -253,6 +255,9 @@ If you already host a local copy of the dataset, you can pass in the ``vis_path`
253255
coco_dataset = load_dataset("coco_caption", vis_path=YOUR_LOCAL_PATH)
254256
```
255257

258+
## Examples
259+
See [examples](https://github.com/salesforce/LAVIS/tree/main/examples) for more inference examples, e.g. captioning, feature extraction, VQA, GradCam, zeros-shot classification.
260+
256261
## Resources and Tools
257262
- **Benchmarks**: see [Benchmark](https://opensource.salesforce.com/LAVIS//latest/benchmark) for instructions to evaluate and train supported models.
258263
- **Dataset Download and Browsing**: see [Dataset Download](https://opensource.salesforce.com/LAVIS//latest/benchmark) for instructions and automatic tools on download common language-vision datasets.

0 commit comments

Comments
 (0)