Skip to content

Commit 3ca37ef

Browse files
authored
Merge pull request #292 from visual-layer/dnth/enrich-nb
Add Enrichment notebook - RAM + Grounding DINO + SAM
2 parents 8d69af7 + 6f2cbc7 commit 3ca37ef

File tree

5 files changed

+4907
-1
lines changed

5 files changed

+4907
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ share/python-wheels/
2727
*.egg
2828
MANIFEST
2929

30+
# Visual Studio Code files
31+
.vscode/
32+
33+
# macOS .DS_Store files
34+
.DS_Store
35+
3036
# PyInstaller
3137
# Usually these files are written by a python script from a template
3238
# before PyInstaller builds the exe, so as to inject date/other infos into it.

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,43 @@ This notebooks in this section shows how you can load data from various sources
597597
> **Note**: We're happy to announce new features are out from beta testing and now available to the public, completely free of charge! We invite you to try them out and provide us with your valuable [feedback](https://visualdatabase.slack.com/join/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA#/shared-invite/email)!
598598
599599
<table>
600-
<tr>
600+
<tr>
601+
<td rowspan="4" width="160">
602+
<a href="https://visual-layer.readme.io/docs/enrichment-zero-shot">
603+
<img src="./gallery/enrichment_thumbnail.jpg" width="200">
604+
</a>
605+
</td>
606+
<td rowspan="4">
607+
<b> 🎯 Zero-shot Data Enrichment:</b> Enrich your visual data with labels, captions, bounding boxes, and masks by running then over zero-shot models such as <a href="https://github.com/xinyu1205/recognize-anything">Recognize Anything Model</a>, <a href="https://github.com/IDEA-Research/GroundingDINO">Grounding DINO</a>, <a href="https://github.com/facebookresearch/segment-anything">Segment Anything Model</a> and more.
608+
</td>
609+
<td align="center" width="80">
610+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
611+
<img src="./gallery/nbviewer_logo.png" height="30">
612+
</a>
613+
</td>
614+
</tr>
615+
<tr>
616+
<td align="center">
617+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
618+
<img src="./gallery/github_logo.png" height="25">
619+
</a>
620+
</td>
621+
</tr>
622+
<tr>
623+
<td align="center">
624+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
625+
<img src="./gallery/colab_logo.png" height="20">
626+
</a>
627+
</td>
628+
</tr>
629+
<tr>
630+
<td align="center">
631+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
632+
<img src="./gallery/kaggle_logo.png" height="25">
633+
</a>
634+
</td>
635+
</tr>
636+
<tr>
601637
<td rowspan="4" width="160">
602638
<a href="https://visual-layer.readme.io/docs/embeddings-timm">
603639
<img src="./gallery/timm_embeddings_thumbnail.jpg" width="200">

examples/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)