Open espinarob opened 5 years ago
I think you should convert your model to tensorflowJS first. use tensorflow/tfjs converter to convert your .pb model. you can follow tensorflowJs documentation as well.
command: tensorflowjs_converter --input_format tf_frozen_model --output_node_names output tiny-yolo-voc-7c.pb ./
I have a trained model, with the .pb and .meta files, is it possible to use it on the web technology especially the tensorflowjs framework? Feel free to correct if this issue is irrelevant.