提交 019e05fc 编写于 作者: S syyxsxx

delete reverse

上级 69b3b90d
...@@ -46,12 +46,6 @@ def arg_parser(): ...@@ -46,12 +46,6 @@ def arg_parser():
return parser return parser
def reverse_input(shape):
shape_list = shape[1:-1].split(',')
shape = '[1,3,' + shape_list[1] + ',' + shape_list[0] + ']'
return shape
def export_openvino_model(model, args): def export_openvino_model(model, args):
if model.model_type == "detector" or model.__class__.__name__ == "FastSCNN": if model.model_type == "detector" or model.__class__.__name__ == "FastSCNN":
print( print(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册