xbsu
/

xbsu commited on
Commit
449a467
1 Parent(s): 6d35f7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection
5
+ This is the *official* repository with PyTorch implementation of [LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection](https://arxiv.org/pdf/2406.03459v1).
6
+
7
+ The code is at https://github.com/Atten4Vis/LW-DETR
8
+
9
+ ☀️ If you find this work useful for your research, please kindly star our repo and cite our paper! ☀️
10
+
11
+ ## Highlights
12
+ - Release a series of real-time detection models in LW-DETR, including LW-DETR-tiny, LW-DETR-small, LW-DETR-medium, LW-DETR-large and LW-DETR-xlarge, named <LWDETR_*size_60e_coco.pth>. Please refer to [Hugging Face](https://huggingface.co/xbsu/LW-DETR/tree/main/pretrain_weights) to download.
13
+ - Release a series of pretrained models in LW-DETR. Please refer to [Hugging Face](https://huggingface.co/xbsu/LW-DETR/tree/main/pretrain_weights) to download.
14
+
15
+ ## Catalogue