3

I trained a model with AutoML Vision Edge. I want to infer a image on the browser.

input_format of tensorflowjs_converter not supported TFLite. The tflite_convert command cannot convert to a model other than TFLite.

How to run TFLite model(AutoML Vision Edge) with TFJS on the browser?

井上智文
  • 1,905
  • 17
  • 14

1 Answers1

1

TensorFlow.js model export is already available in AutoML Vision. Just note as of today, this export like many others are still in a pre-release state and might be buggy or change or have limited support.

TwinPenguins
  • 475
  • 9
  • 17