BichenWuUCB / squeezeDet

A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
BSD 2-Clause "Simplified" License
739 stars 306 forks source link

Deploying squeezeDet on mobile #123

Closed redhood95 closed 5 years ago

redhood95 commented 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?

acmaheri commented 5 years ago

You need to reimplemented object detector part which is to some extent easier than trying to get this implementation working on mobile.

redhood95 commented 5 years ago

okay thanks

acmaheri commented 5 years ago

you can check this out