From c58209e8bb9d0943b361db528aa07a5e01be6e1a Mon Sep 17 00:00:00 2001 From: Zhiyong Wu Date: Sat, 15 Oct 2022 10:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yolov5/export.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yolov5/export.py b/yolov5/export.py index 68aa8af..ba6aad9 100644 --- a/yolov5/export.py +++ b/yolov5/export.py @@ -43,3 +43,5 @@ def run_export(): if __name__ == "__main__": run_export() + +