Integrate a TensorFlow Lite Model into an Android APP

I wanna build an app to detect traffic sign. So I trained a model created by TensorFlow Lite Model Maker for object detector. Now, what I need to do is to change this app file to use the TFLite Task Library to integrate the model I trained into the app. Instead of using Interpreter, it needs to use TFLite Task Library’s ObjectDetector.
Could you tell me how to change the ObjectDetectionHelper class to Integrate the model I trained into the CameraXAdvanced APP? Thanks.

1 Like