I am trying to use a custom model in the TF-Detect Android Demo.
model: ssd_mobilenet_v1_coco
The model is trained on 8 classes. After exporting the model I've optimised it using Tensorflow-Mobile.
The optimised graph is giving proper output in my local system, but when it's integrated in the...