diff --git a/MobileDet_Conversion_TFLite.ipynb b/MobileDet_Conversion_TFLite.ipynb index bf0f65e..9e416ad 100644 --- a/MobileDet_Conversion_TFLite.ipynb +++ b/MobileDet_Conversion_TFLite.ipynb @@ -7,7 +7,7 @@ "provenance": [], "collapsed_sections": [], "toc_visible": true, - "authorship_tag": "ABX9TyP0e/vxybq+cOrcwU4ybSXH", + "authorship_tag": "ABX9TyM8chut9K0vhNaWfPGyKPvM", "include_colab_link": true }, "kernelspec": { @@ -623,6 +623,16 @@ "execution_count": 62 } ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "JRlQXQzWfZgU", + "colab_type": "text" + }, + "source": [ + "[This example](https://github.com/tensorflow/examples/blob/master/lite/examples/object_detection/raspberry_pi) provides a utility for running a similar TFLite model on real-time video feeds." + ] } ] } \ No newline at end of file