jameslahm commited on
Commit
6247dc5
·
verified ·
1 Parent(s): d284f7c

Update README.md

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