EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

How to output trained model as .hp5 or SavedModel? #502

Open Tylersuard opened 4 years ago

Tylersuard commented 4 years ago

Hello. I am trying to get my trained model from this tutorial to convert to the tensorflow.js format. In order to do that it must be in .hp5 or SavedModel format. I have tried converting using the frozen graph and it does not work.