Skip to content

Commit 0f80037

Browse files
committed
added How to Train RF-DETR Segmentation Preview on a Custom Dataset notebook
1 parent f68d4a1 commit 0f80037

File tree

3 files changed

+797
-1
lines changed

3 files changed

+797
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ 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 (51 notebooks)
71+
## 🚀 model tutorials (52 notebooks)
7272
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository / paper** |
7373
|:------------:|:-------------------------------------------------:|:---------------------------:|:----------------------:|
74+
| [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) |
7475
| [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)|
7576
| [Fine-Tune RF-DETR on Object Detection Dataset](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-rf-detr-on-detection-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-detection-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-detection-dataset.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/rf-detr) [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/live/yHW0ip-2i54) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/roboflow/rf-detr) |
7677
| [Zero-Shot Object Detection and Segmentation with YOLOE](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-and-segmentation-with-yoloe.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-yoloe.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-yoloe.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/yoloe-zero-shot-object-detection-segmentation/) [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/watch?v=eHAnIehnCt4) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/THU-MIG/yoloe) [![arXiv](https://img.shields.io/badge/arXiv-2503.07465-b31b1b.svg)](https://arxiv.org/abs/2503.07465)|

automation/notebooks-table-data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
display_name, notebook_name, roboflow_blogpost_path, youtube_video_path, github_repository_path, arxiv_index, should_open_in_sagemaker_labs, readme_section
2+
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, , False, models
23
Basketball AI: Make or Miss - Jumpshot Detection, basketball-ai-make-or-miss-jumpshot-detection.ipynb, , , , , False, skills
34
Basketball AI: Detect NBA 3 Second Violation, basketball-ai-automatic-detection-of-3-second-violations.ipynb, https://blog.roboflow.com/detect-3-second-violation-ai-basketball, , , , False, skills
45
Basketball AI: How to Detect Track and Identify Basketball Players, basketball-ai-how-to-detect-track-and-identify-basketball-players.ipynb, https://blog.roboflow.com/identify-basketball-players, , , , False, skills

notebooks/how-to-finetune-rf-detr-on-segmentation-dataset.ipynb

Lines changed: 794 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)