From 3266b5d7c1cff224c443034ece33f95774cdc770 Mon Sep 17 00:00:00 2001 From: FEIJINTI <83849113+FEIJINTI@users.noreply.github.com> Date: Fri, 16 Sep 2022 10:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=AAbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socket_detector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/socket_detector.py b/socket_detector.py index 0c3d490..a1487cb 100644 --- a/socket_detector.py +++ b/socket_detector.py @@ -59,6 +59,7 @@ def main(): model_path = os.path.join("models", select_model) detector = WoodClass(w=4096, h=1200, n=3000, debug_mode=False) detector.load(path=model_path) + socket_send.send(b'C')