Last active
November 1, 2018 17:14
-
-
Save vabarbosa/74c13e54fad5ce5cdf262417b3757582 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tensorflowjs_converter \ | |
--input_format=tf_frozen_model \ | |
--output_node_names='SemanticPredictions' \ | |
/path/to/frozen_inference_graph.pb \ | |
/path/to/output_dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment