To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
TensorFlow.js version
0.8.6
Describe the problem or feature request
Attempting to convert .pb frozen graph to tensorflow.js using the following code:
!tensorflowjs_converter
--input_format=tf_frozen_model
--output_node_names='num_detections', 'detection_boxes', 'detection_scores', 'detection_classes','raw_detection_boxes', 'raw_detection_scores', 'detection_masks', 'detection_multiclass_scores', 'detection_features'
frozen_inference_graph.pb
/web_model
Results in the above error.