I trained a custom model using this tutorial: https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
As output, I get checkpoint files, like model.ckpt-41288.data-00000-of-00001 or .data or .meta .
I can export it as a frozen graph, but Tensorflow.js does not support conversion of a frozen graph anymore. I tried using the legacy version but was unable to convert.
I have looked at Tensorflow's documentation and I found it to be confusing.
Can someone give me a simple solution for how to convert a trained Tensorflow model to tensorflow.js?