Skip to content

Commit 15720cf

Browse files
authored
Merge pull request #397 from roboflow/add-rf-detr-paper
add Segment Images with SAM3 and Segment Videos with SAM3 notebooks
2 parents 3fa3281 + 0f6a35f commit 15720cf

File tree

4 files changed

+2834
-1
lines changed

4 files changed

+2834
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ This repository offers a growing collection of computer vision tutorials. Learn
6868
WARNING: DO NOT EDIT THIS TABLE MANUALLY. IT IS AUTOMATICALLY GENERATED.
6969
HEAD OVER TO CONTRIBUTING.MD FOR MORE DETAILS ON HOW TO MAKE CHANGES PROPERLY.
7070
-->
71-
## 🚀 model tutorials (53 notebooks)
71+
## 🚀 model tutorials (55 notebooks)
7272
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository / paper** |
7373
|:------------:|:-------------------------------------------------:|:---------------------------:|:----------------------:|
74+
| [Segment Images with SAM3](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-segment-anything-3.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-segment-anything-3.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-segment-anything-3.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/sam3/) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/facebookresearch/sam3) |
75+
| [Segment Videos with SAM3](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/sam3/) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/facebookresearch/sam3) |
7476
| [Open Vocabulary Object Detection with Qwen3-VL](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/open-vocabulary-object-detection-with-qwen3-vl.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/open-vocabulary-object-detection-with-qwen3-vl.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/open-vocabulary-object-detection-with-qwen3-vl.ipynb) | | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/QwenLM/Qwen3-VL) |
7577
| [Fine-Tune RF-DETR Segmentation Preview on Custom Dataset](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-rf-detr-on-segmentation-dataset.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-rf-detr-on-segmentation-dataset.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-rf-detr-on-segmentation-dataset.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/rf-detr-segmentation-preview) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/roboflow/rf-detr) [![arXiv](https://img.shields.io/badge/arXiv-2511.09554-b31b1b.svg)](https://arxiv.org/abs/2511.09554)|
7678
| [Zero-Shot Object Detection and Segmentation with Google Gemini 2.5](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-and-segmentation-with-google-gamini-2-5.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-and-segmentation-with-google-gamini-2-5.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-and-segmentation-with-google-gamini-2-5.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/gemini-2-5-object-detection-segmentation/) | [![arXiv](https://img.shields.io/badge/arXiv-2507.06261-b31b1b.svg)](https://arxiv.org/abs/2507.06261)|

automation/notebooks-table-data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
display_name, notebook_name, roboflow_blogpost_path, youtube_video_path, github_repository_path, arxiv_index, should_open_in_sagemaker_labs, readme_section
2+
Segment Images with SAM3,how-to-segment-images-with-segment-anything-3.ipynb, https://blog.roboflow.com/sam3/,, https://github.com/facebookresearch/sam3,, False, models
3+
Segment Videos with SAM3,how-to-segment-videos-with-segment-anything-3.ipynb, https://blog.roboflow.com/sam3/,, https://github.com/facebookresearch/sam3,, False, models
24
Open Vocabulary Object Detection with Qwen3-VL, open-vocabulary-object-detection-with-qwen3-vl.ipynb, , , https://github.com/QwenLM/Qwen3-VL, , False, models
35
Fine-Tune RF-DETR Segmentation Preview on Custom Dataset, how-to-finetune-rf-detr-on-segmentation-dataset.ipynb, https://blog.roboflow.com/rf-detr-segmentation-preview, , https://github.com/roboflow/rf-detr, 2511.09554, False, models
46
Basketball AI: Make or Miss - Jumpshot Detection, basketball-ai-make-or-miss-jumpshot-detection.ipynb, , , , , False, skills

0 commit comments

Comments
 (0)