Object Detection
LiteRT
LiteRT
vision
torchvision
snnn001 commited on
Commit
7d2e0d4
·
verified ·
1 Parent(s): 15b0145

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -79,10 +79,21 @@ runtime path supports it. The sample runs with `HardwareAccelerator.CPU`.
79
  ## BibTeX entry and citation info
80
 
81
  ```bibtex
82
- @inproceedings{mobilenetv22018,
83
- title={MobileNetV2: Inverted Residuals and Linear Bottlenecks},
84
- author={Mark Sandler and Andrew Howard and Menglong Zhu and Andrey Zhmoginov and Liang-Chieh Chen},
85
- booktitle={CVPR},
86
- year={2018}
 
 
 
 
 
 
 
 
 
 
 
87
  }
88
  ```
 
79
  ## BibTeX entry and citation info
80
 
81
  ```bibtex
82
+ @article{DBLP:journals/corr/RenHG015,
83
+ author = {Shaoqing Ren and
84
+ Kaiming He and
85
+ Ross B. Girshick and
86
+ Jian Sun},
87
+ title = {Faster {R-CNN:} Towards Real-Time Object Detection with Region Proposal
88
+ Networks},
89
+ journal = {CoRR},
90
+ volume = {abs/1506.01497},
91
+ year = {2015},
92
+ url = {http://arxiv.org/abs/1506.01497},
93
+ eprinttype = {arXiv},
94
+ eprint = {1506.01497},
95
+ timestamp = {Mon, 13 Aug 2018 16:46:02 +0200},
96
+ biburl = {https://dblp.org/rec/journals/corr/RenHG015.bib},
97
+ bibsource = {dblp computer science bibliography, https://dblp.org}
98
  }
99
  ```