From 961673ffe21bc603ade48bc2ce2fe56a5d265f6b Mon Sep 17 00:00:00 2001 From: Atlas_ymc <253233345@qq.com> Date: Mon, 13 Sep 2021 21:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=91=E6=A0=B9=E6=8D=AE=E6=A3=80=E8=A7=86=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E3=80=90=E6=A8=A1=E5=9E=8B=E3=80=91ResNet?= =?UTF-8?q?18=20=E3=80=90=E9=AA=8C=E8=AF=81=E7=BB=93=E6=9E=9C=E3=80=91?= =?UTF-8?q?=E6=98=87=E8=85=BE910=E3=80=81310=E8=8A=AF=E7=89=87=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E9=80=9A=E8=BF=87=20=E3=80=90=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=BA=E3=80=91yumingchuan=20=E3=80=90=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E4=BA=BA=E3=80=91chenshushu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model_zoo/official/cv/resnet/infer/ResNet18/sdk/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/model_zoo/official/cv/resnet/infer/ResNet18/sdk/main.py b/model_zoo/official/cv/resnet/infer/ResNet18/sdk/main.py index 2305ef073d5..8590053bb26 100644 --- a/model_zoo/official/cv/resnet/infer/ResNet18/sdk/main.py +++ b/model_zoo/official/cv/resnet/infer/ResNet18/sdk/main.py @@ -59,7 +59,6 @@ def run(): with open(file_path, 'rb') as f: data_input.data = f.read() - empty_data = [] stream_name = b'im_resnet18' in_plugin_id = 0 unique_id = stream_manager_api.SendData(stream_name, in_plugin_id,