提交 7d8330b0 编写于 作者: Y yejianwu

update README.md

上级 2b385031
...@@ -6,8 +6,8 @@ embed_model_data: 1 ...@@ -6,8 +6,8 @@ embed_model_data: 1
models: models:
preview_net: preview_net:
model_file_path: path/to/model64.pb model_file_path: path/to/model64.pb
input_node: input input_node: input_node
output_node: softmax/Reshape_1 output_node: output_node
input_shape: 1,64,64,3 input_shape: 1,64,64,3
output_shape: 1,64,64,2 output_shape: 1,64,64,2
runtime: gpu runtime: gpu
...@@ -16,7 +16,7 @@ models: ...@@ -16,7 +16,7 @@ models:
capture_net: capture_net:
model_file_path: path/to/model256.pb model_file_path: path/to/model256.pb
input_node: input_node input_node: input_node
output_node: softmax/Reshape_1 output_node: output_node
input_shape: 1,256,256,3 input_shape: 1,256,256,3
output_shape: 1,256,256,2 output_shape: 1,256,256,2
runtime: gpu runtime: gpu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册