소스 검색

delete reverse

syyxsxx 5 년 전
부모
커밋
019e05fc59
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      deploy/openvino/python/convertor.py

+ 0 - 6
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(