From f0107074a54d9df5d6bcd731282bc6f474c73784 Mon Sep 17 00:00:00 2001 From: lhr Date: Sat, 27 Dec 2025 17:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inference_yoloe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/inference_yoloe.py b/inference_yoloe.py index 49411db..1a86738 100644 --- a/inference_yoloe.py +++ b/inference_yoloe.py @@ -8,8 +8,6 @@ from pathlib import Path from yolo11_standalone import YOLO11E from mobile_clip_standalone import MobileCLIP -from ultralytics import YOLOE - # --- 配置 --- DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")