Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,21 @@ jupyter notebook examples/an_awesome_example.ipynb
<td><a href="examples/football_player_segmentation.ipynb">football_player_segmentation</a></td>
<td>Detection and Segmentation on Football Player Segmentation Dataset using SAM</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/examples/zero_shot_instance_segmentation.ipynb">
<img src="https://user-images.githubusercontent.com/25985824/104791629-6e618700-5769-11eb-857f-d176b37d2496.png" height="22" width="22">
</a>
<a target="_blank" href="https://nbviewer.jupyter.org/github/voxel51/fiftyone-examples/blob/master/examples/zero_shot_instance_segmentation.ipynb">
<img src="https://user-images.githubusercontent.com/25985824/104791634-6efa1d80-5769-11eb-8a4c-71d6cb53ccf0.png" height="22" width="22">
</a>
<a id="raw-url" href="https://raw.githubusercontent.com/voxel51/fiftyone-examples/master/examples/zero_shot_instance_segmentation.ipynb" download>
<img src="https://user-images.githubusercontent.com/25985824/104792428-60f9cc00-576c-11eb-95a4-5709d803023a.png" height="22" width="22">
</a>
</td>
<td><a href="examples/zero_shot_instance_segmentation.ipynb">zero_shot_instance_segmentation</a></td>
<td>Combine zero-shot detection plus segmentation and tracking with OWL-ViT, SAM, and FiftyOne</td>
</tr>
</table>

## Contributing
Expand Down
Loading