Skip to content

Commit 4a3dc81

Browse files
Add demo gif
1 parent a42e00f commit 4a3dc81

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Train_TFLite2_Object_Detction_Model.ipynb

+6-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@
1919
"# TensorFlow Lite Object Detection API in Colab\n",
2020
"**Author:** Evan Juras, [EJ Technology Consultants](https://ejtech.io)\n",
2121
"\n",
22-
"**Last updated:** 11/11/22\n",
22+
"**Last updated:** 11/20/22\n",
2323
"\n",
2424
"**GitHub:** [TensorFlow Lite Object Detection](https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi)\n",
2525
"\n",
2626
"# Introduction\n",
2727
"\n",
2828
"This notebook uses [the TensorFlow 2 Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection) to train an SSD-MobileNet model or EfficientDet model with a custom dataset and convert it to TensorFlow Lite format. By working through this Colab, you'll be able to create and download a TFLite model that you can run on your PC, an Android phone, or an edge device like the Raspberry Pi.\n",
2929
"\n",
30-
"*GIF of custom TFLite model in action to be added here*\n",
30+
"<p align=center>\n",
31+
"<img src=\"https://s3.us-west-1.amazonaws.com/evanjuras.com/img/CoinDetectorDemo.gif\" height=\"350\"><br>\n",
32+
"<i>Custom SSD-MobileNet-FPNLite model in action!</i>\n",
33+
"</p>\n",
3134
"\n",
3235
"I made a YouTube video that walks through this guide step by step. I use a coin detection model as an example for the video. I recommend following along with the video while working through this notebook.\n",
3336
"\n",
@@ -1656,7 +1659,7 @@
16561659
"colab": {
16571660
"provenance": [],
16581661
"toc_visible": true,
1659-
"authorship_tag": "ABX9TyPaop1AmGTNGbPa6RWCZfaS",
1662+
"authorship_tag": "ABX9TyM3+52g8zcyCZc+O2wbS+Te",
16601663
"include_colab_link": true
16611664
},
16621665
"gpuClass": "standard",

0 commit comments

Comments
 (0)