提交 47ac09d3 编写于 作者: T TeslaZhao

Fix Bugs of examples/faster_rcnn_model

上级 5e85f1d3
......@@ -37,6 +37,6 @@ fetch_map = client.predict(
"im_shape": np.array(list(im.shape[1:]) + [1.0])
},
fetch=["multiclass_nms"],
batch=False)
batch=True)
fetch_map["image"] = sys.argv[3]
postprocess(fetch_map)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册