Questions tagged [tensorflowjs-converter]

Convert your saved tensorflow models to tensorflow.js with the help of the tensorflowjs-converter. If you have any questions about the converter, feel free to ask using this tag.

What is the process for loading a model using tf.loadModel from firebase storage?

I'm currently working on an app using the ionic3 framework that recognizes hand-drawn characters. However, I am encountering difficulties with importing the model into my project. The model was initially imported from Keras and converted using tensorf ...

Tensorflow.js's object detection functionality is currently struggling to accurately identify objects

I have been working on implementing detection in a web application using a custom yolov4 darknet model. The model was initially converted to TensorFlow by following the steps outlined here: https://github.com/hunglc007/tensorflow-yolov4-tflite Subsequentl ...