fizyr / keras-retinanet

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

Converting to saved_model-folder for TF Serving with TF2 #1390

Closed johanneskpp closed 4 years ago

johanneskpp commented 4 years ago

Hello, i am currently trying to convert a trained model to a saved-model-folder for tf serving. I trained the model with Tensorflow 2.2 and i did not found working code for the conversion. Can anybody help me? The most of the code I found is for TF 1.X and gets Problems while setting the session.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

metanav commented 4 years ago

I am having the same issue. Has anybody tried to convert keras-retinanet model to Tensorflow 2 SavedModel successfully? Any hints or suggestions are welcome.

aginpatrick commented 3 years ago

Same issue for me. Has anybody succeeded to convert or save in the SavedModel format? It's very annoying as TF Serving only accepts that model format.