Hello,
I’m new, so sorry for that question, maybe it’s simple, but I try to find a way to import models prepared from Teachable Machines (Google) into Jetson Nano. Teachable Machines tool provides p5, Keras exports.
could anyone help on this topic?
Hi,
There are two possible ways to deploy a Keras model on Jetson.
First, you can install TensorFlow on Nano and deploy it in a similar way.
The installation guide can be found below:
Or you can try to convert the model into TensorRT for better performance and memory usage.
To do so, please convert the model into ONNX format and follow the document below:
Thanks.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.