I downloaded ssd_mobilenet_v2_mnasfpn_coco and untar it, found there is already a tflite
file called model.tflite
, I want to know how to use it in android app, can I replace original detect.tflite
at object_detection
android demo app with this model.tflite
.
If can, is there anywhere I need to modify too?