Datasets:
Tasks:
Object Detection
ArXiv:
Add dataset card, link to paper, task category
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# [YOLOE: Real-Time Seeing Anything](https://arxiv.org/abs/2503.07465)
|
2 |
|
3 |
Official PyTorch implementation of **YOLOE**.
|
4 |
|
|
|
|
|
|
|
5 |
<p align="center">
|
6 |
<img src="figures/comparison.svg" width=70%> <br>
|
7 |
Comparison of performance, training cost, and inference efficiency between YOLOE (Ours) and YOLO-Worldv2 in terms of open text prompts.
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
---
|
5 |
+
|
6 |
# [YOLOE: Real-Time Seeing Anything](https://arxiv.org/abs/2503.07465)
|
7 |
|
8 |
Official PyTorch implementation of **YOLOE**.
|
9 |
|
10 |
+
This repository contains the code and models discussed in the paper [YOLOE: Real-Time Seeing Anything](https://huggingface.co/papers/2503.07465).
|
11 |
+
|
12 |
+
Code: https://github.com/THU-MIG/yoloe
|
13 |
<p align="center">
|
14 |
<img src="figures/comparison.svg" width=70%> <br>
|
15 |
Comparison of performance, training cost, and inference efficiency between YOLOE (Ours) and YOLO-Worldv2 in terms of open text prompts.
|