"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "9320100abc77f57ae47d2d3961cf039ccd5472d2"
Commit fd8a7e13 authored by Vivek Rathod's avatar Vivek Rathod
Browse files

Merge branch 'master' of github.com:tombstone/models

parents f8b0067f f33ffcc2
......@@ -101,7 +101,7 @@ def freeze_graph_with_def_protos(
def _tf_example_input_placeholder():
tf_example_placeholder = tf.placeholder(
tf.string, shape=[], name='tf_example')
tensor_dict = tf_example_decoder.TfExampleDecoder().Decode(
tensor_dict = tf_example_decoder.TfExampleDecoder().decode(
tf_example_placeholder)
image = tensor_dict[fields.InputDataFields.image]
return tf.expand_dims(image, axis=0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment