I went through the Codelab for the new Google I/O on creating your own Teachable Machine. Is there a way to output the new model as a JSON file to input into the Object Tracking Codelab? The reason I ask is I’d like to be able to run the Custom Transferrable Model onto a canvas instance that has a video stream piping across to it. I have a tf model running this way already which is pretty awesome.
The Object Tracking example uses these two constants:
const modelURL = URL + "model.json";
const metadataURL = URL + "metadata.json";