All Questions
2 questions
0
votes
1
answer
1k
views
Tensorflow Lite Custom Object detection Model Error in Android app
could you please help to solve this error?
I am testing a custom Object Detection model using TensorFlow Lite in Android App according to the documentation, but I have an error when the library tries ...
-1
votes
1
answer
66
views
TensorFlowlite Object detection demo app activity(Android studio) won't launch
Trying to tweak the app by launching the DetectorActivity(main activity that does the detection) only when a button is clicked.
So within the source code, I've added a class "Main Activity", set it ...