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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -73,3 +73,16 @@ not represented by the three LiteRT submodels.
73
 
74
  The TFLite files use dynamic image height/width where the current CPU LiteRT
75
  runtime path supports it. The sample runs with `HardwareAccelerator.CPU`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  The TFLite files use dynamic image height/width where the current CPU LiteRT
75
  runtime path supports it. The sample runs with `HardwareAccelerator.CPU`.
76
+
77
+
78
+
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
+ ```