apolloparty commited on
Commit
a72a9e2
1 Parent(s): 673eed6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -17,4 +17,24 @@ Tested and working with:
17
  - Transformers with RTDetrForObjectDetection, RTDetrImageProcessor, AutoModelForObjectDetection, AutoImageProcessor
18
  - supervision with SAHI and annotators (except segmentation)
19
 
20
- Code example (coming soon)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - Transformers with RTDetrForObjectDetection, RTDetrImageProcessor, AutoModelForObjectDetection, AutoImageProcessor
18
  - supervision with SAHI and annotators (except segmentation)
19
 
20
+ Code example (coming soon)
21
+
22
+ Source:
23
+ @misc{lv2023detrs,
24
+ title={DETRs Beat YOLOs on Real-time Object Detection},
25
+ author={Wenyu Lv and Shangliang Xu and Yian Zhao and Guanzhong Wang and Jinman Wei and Cheng Cui and Yuning Du and Qingqing Dang and Yi Liu},
26
+ year={2023},
27
+ eprint={2304.08069},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CV}
30
+ }
31
+
32
+ @misc{lv2024rtdetrv2improvedbaselinebagoffreebies,
33
+ title={RT-DETRv2: Improved Baseline with Bag-of-Freebies for Real-Time Detection Transformer},
34
+ author={Wenyu Lv and Yian Zhao and Qinyao Chang and Kui Huang and Guanzhong Wang and Yi Liu},
35
+ year={2024},
36
+ eprint={2407.17140},
37
+ archivePrefix={arXiv},
38
+ primaryClass={cs.CV},
39
+ url={https://arxiv.org/abs/2407.17140},
40
+ }