I'm creating a program using Tensorflow.js. It should receive an onnx file and be able to load it with tf, being able to make inferences.
My problem is how to convert it from onnx to tfjs?
I would rather solve it using just js. (so i can't use https://github.com/onnx/onnx-tensorflow cause python)
If it helps the file contains an image classfication cnn, being either resNet18, resnet34 or mobilenet.