jameslahm nielsr HF staff commited on
Commit
fb70219
·
verified ·
1 Parent(s): 8cf6073

Add dataset card, link to paper, task category (#1)

Browse files

- Add dataset card, link to paper, task category (bd65191ac8534abb7d4dff041e933e580ef29360)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +8 -0
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.