diff --git a/deploy/openvino/python/convertor.py b/deploy/openvino/python/convertor.py index ba23ccd38579fe35b017a522427cc968895e773e..79979817b62ad3b1bd8c1e895c3c2b207d42d298 100644 --- a/deploy/openvino/python/convertor.py +++ b/deploy/openvino/python/convertor.py @@ -46,12 +46,6 @@ def arg_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): if model.model_type == "detector" or model.__class__.__name__ == "FastSCNN": print(