Closed redhood95 closed 5 years ago
how can we convert the trained squeezeDet model to tflite for deployment as tflite does'nt seem to have direct compatibility for detector layers?
You need to reimplemented object detector part which is to some extent easier than trying to get this implementation working on mobile.
okay thanks
you can check this out
how can we convert the trained squeezeDet model to tflite for deployment as tflite does'nt seem to have direct compatibility for detector layers?