jameslahm commited on
Commit
2205d0b
·
verified ·
1 Parent(s): aeeced8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -6,6 +6,44 @@ tags:
6
  - pytorch_model_hub_mixin
7
  ---
8
 
9
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
10
- - Library: https://github.com/THU-MIG/yoloe
11
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - pytorch_model_hub_mixin
7
  ---
8
 
9
+
10
+ ### Model Description
11
+ [YOLOE: Real-Time Seeing Anything](https://arxiv.org/abs/2503.07465)
12
+
13
+ - arXiv: https://arxiv.org/abs/2503.07465
14
+ - github: https://github.com/THU-MIG/yoloe
15
+
16
+ ### Installation
17
+ ```
18
+ pip install git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP
19
+ pip install git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip
20
+ pip install git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api
21
+ pip install git+https://github.com/THU-MIG/yoloe.git
22
+
23
+ wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt
24
+ ```
25
+
26
+ ### Prediction
27
+ Please refer to https://github.com/THU-MIG/yoloe?tab=readme-ov-file#prediction.
28
+
29
+ ### Transferring
30
+ Please refer to https://github.com/THU-MIG/yoloe?tab=readme-ov-file#transferring.
31
+
32
+ ### Validation
33
+ Please refer to https://github.com/THU-MIG/yoloe?tab=readme-ov-file#validation.
34
+
35
+ ### Training
36
+ Please refer to https://github.com/THU-MIG/yoloe?tab=readme-ov-file#training.
37
+
38
+ ### BibTeX Entry and Citation Info
39
+ ```
40
+ @misc{wang2025yoloerealtimeseeing,
41
+ title={YOLOE: Real-Time Seeing Anything},
42
+ author={Ao Wang and Lihao Liu and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
43
+ year={2025},
44
+ eprint={2503.07465},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CV},
47
+ url={https://arxiv.org/abs/2503.07465},
48
+ }
49
+ ```