File size: 1,372 Bytes
97b6013 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# Tensorflow Mobile Video Object Detection
Tensorflow mobile video object detection implementation proposed in the
following papers:
<p align="center">
<img src="g3doc/lstm_ssd_intro.png" width=640 height=360>
</p>
```
"Mobile Video Object Detection with Temporally-Aware Feature Maps",
Liu, Mason and Zhu, Menglong, CVPR 2018.
```
\[[link](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liu_Mobile_Video_Object_CVPR_2018_paper.pdf)\]\[[bibtex](
https://scholar.googleusercontent.com/scholar.bib?q=info:hq5rcMUUXysJ:scholar.google.com/&output=citation&scisig=AAGBfm0AAAAAXLdwXcU5g_wiMQ40EvbHQ9kTyvfUxffh&scisf=4&ct=citation&cd=-1&hl=en)\]
<p align="center">
<img src="g3doc/Interleaved_Intro.png" width=480 height=360>
</p>
```
"Looking Fast and Slow: Memory-Guided Mobile Video Object Detection",
Liu, Mason and Zhu, Menglong and White, Marie and Li, Yinxiao and Kalenichenko, Dmitry
```
\[[link](https://arxiv.org/abs/1903.10172)\]\[[bibtex](
https://scholar.googleusercontent.com/scholar.bib?q=info:rLqvkztmWYgJ:scholar.google.com/&output=citation&scisig=AAGBfm0AAAAAXLdwNf-LJlm2M1ymQHbq2wYA995MHpJu&scisf=4&ct=citation&cd=-1&hl=en)\]
## Maintainers
* [email protected]
* [email protected]
* [email protected]
* [email protected]
* [email protected]
## Table of Contents
* <a href='g3doc/exporting_models.md'>Exporting a trained model</a>
|