Skip to content

Commit 6625715

Browse files
committed
initial YOLOE notebook
1 parent 0c07639 commit 6625715

File tree

3 files changed

+1136
-1
lines changed

3 files changed

+1136
-1
lines changed

README.md

+2-1
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 (48 notebooks)
71+
## 🚀 model tutorials (49 notebooks)
7272
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository / paper** |
7373
|:------------:|:-------------------------------------------------:|:---------------------------:|:----------------------:|
74+
| [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) | | [![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)|
7475
| [Fine-Tune YOLOv12 on Object Detection Dataset](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov12-object-detection-model.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov12-object-detection-model.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/train-yolov12-object-detection-model.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/train-yolov12-model) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/sunsmarterjie/yolov12) [![arXiv](https://img.shields.io/badge/arXiv-2502.12524-b31b1b.svg)](https://arxiv.org/abs/2502.12524)|
7576
| [Zero-Shot Object Detection with Qwen2.5-VL](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-with-qwen2-5-vl.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-with-qwen2-5-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/zero-shot-object-detection-with-qwen2-5-vl.ipynb) | [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/watch?v=xEfh0IR8Fvo) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/QwenLM/Qwen2.5-VL) [![arXiv](https://img.shields.io/badge/arXiv-2502.13923-b31b1b.svg)](https://arxiv.org/abs/2502.13923)|
7677
| [Fine-Tune Qwen2.5-VL for JSON Data Extraction](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-qwen2-5-vl-for-json-data-extraction.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-qwen2-5-vl-for-json-data-extraction.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-qwen2-5-vl-for-json-data-extraction.ipynb) | [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/watch?v=xEfh0IR8Fvo) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/QwenLM/Qwen2.5-VL) [![arXiv](https://img.shields.io/badge/arXiv-2502.13923-b31b1b.svg)](https://arxiv.org/abs/2502.13923)|

automation/notebooks-table-data.csv

+1
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+
Zero-Shot Object Detection and Segmentation with YOLOE, zero_shot_object_detection_and_segmentation_with_yoloe.ipynb, , , https://github.com/THU-MIG/yoloe, 2503.07465, False, models
23
Fine-Tune YOLOv12 on Object Detection Dataset, train-yolov12-object-detection-model.ipynb, https://blog.roboflow.com/train-yolov12-model, , https://github.com/sunsmarterjie/yolov12, 2502.12524, False, models
34
Zero-Shot Object Detection with Qwen2.5-VL, zero-shot-object-detection-with-qwen2-5-vl.ipynb, , https://www.youtube.com/watch?v=xEfh0IR8Fvo, https://github.com/QwenLM/Qwen2.5-VL, 2502.13923, False, models
45
Fine-Tune Qwen2.5-VL for JSON Data Extraction, how-to-finetune-qwen2-5-vl-for-json-data-extraction.ipynb, , https://www.youtube.com/watch?v=xEfh0IR8Fvo, https://github.com/QwenLM/Qwen2.5-VL, 2502.13923, False, models

notebooks/zero-shot-object-detection-and-segmentation-with-yoloe.ipynb

+1,133
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)