fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Make retinanet tflite combatible #1424

Closed cbodenst closed 4 years ago

cbodenst commented 4 years ago

This changes are necessary to convert a retinanet to tflite. I think it is a nice to have.

However, the code is based on my PR for Keras 2.4

DjangoPeng commented 4 years ago

If all checks passed, can we just merge the PR?

In my opinion, it's very useful and grateful to support converting RetinaNet model to tflite format.

PTAL @cbodenst @hgaiser

hgaiser commented 4 years ago

Could you rebase this PR?

DjangoPeng commented 4 years ago

@hgaiser It looks like no conflicts here.