{"id":5202,"date":"2023-03-04T21:46:11","date_gmt":"2023-03-04T21:46:11","guid":{"rendered":"https:\/\/techzizou.com\/?p=5202"},"modified":"2023-03-04T22:05:33","modified_gmt":"2023-03-04T22:05:33","slug":"build-android-app-for-custom-object-detection","status":"publish","type":"post","link":"https:\/\/techzizou.com\/build-android-app-for-custom-object-detection\/","title":{"rendered":"Build Android app for custom object detection"},"content":{"rendered":"\n
Training a Deep Learning model for custom object detection using TensorFlow Object Detection API<\/strong> in Google Colab and converting it to a TFLite model for deploying on mobile devices like Android, iOS, Raspberry Pi, IoT devices using the sample TFLite object detection app<\/a> from TensorFlow\u2019s GitHub.<\/p>\n\n\n\n This tutorial is for TensorFlow 2.x<\/p>\n\n\n\n THIS IS FOR THE LATEST VERSION TENSORFLOW APP. USE THE FOLLOWING VERSION REFERENCE APP USED IN THIS TUTORIAL:<\/p>\n\n\n\n https:\/\/github.com\/tensorflow\/examples\/tree\/master\/lite\/examples\/object_detection\/android<\/a><\/p>\n\n\n\n In this article, I will be training an object detection model for a custom object and converting it to a TFlite model so it can be deployed on Android, iOS, IoT devices. Follow the 21 steps mentioned below. (The first 16 steps are the same as my previous article on training an ML model using TF 2<\/a>. Since TFLite has support for only SSD models at the moment, we will be using an SSD model here)<\/p>\n\n\n\n ( But first \u2705Subscribe to my YouTube channel \ud83d\udc49\ud83c\udffb https:\/\/bit.ly\/3Ap3sdi<\/a> \ud83d\ude01\ud83d\ude1c) <\/p>\n\n\n\nIMPORTANT:<\/h3>\n\n\n\n
\n\n\n\nRoadmap<\/h4>\n\n\n\n
\n
\n\n\n\nObjective:<\/span><\/strong> Build android app for custom object detection<\/h3>\n\n\n\n
\n
\n\n\n\nHOW TO BEGIN?<\/h3>\n\n\n\n