Instructions to use litert-community/FasterRCNN-ResNet50-FPN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/FasterRCNN-ResNet50-FPN with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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 |
-
@
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|