Skip to content

Commit

Permalink
Added a note on real-time inference
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Sep 11, 2020
1 parent 41f1042 commit 04d4483
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion MobileDet_Conversion_TFLite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"provenance": [],
"collapsed_sections": [],
"toc_visible": true,
"authorship_tag": "ABX9TyP0e/vxybq+cOrcwU4ybSXH",
"authorship_tag": "ABX9TyM8chut9K0vhNaWfPGyKPvM",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -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."
]
}
]
}

0 comments on commit 04d4483

Please sign in to comment.