移除不必要的依赖

This commit is contained in:
lhr
2025-12-27 17:58:24 +08:00
parent d9f2e8b496
commit f0107074a5

View File

@@ -8,8 +8,6 @@ from pathlib import Path
from yolo11_standalone import YOLO11E from yolo11_standalone import YOLO11E
from mobile_clip_standalone import MobileCLIP from mobile_clip_standalone import MobileCLIP
from ultralytics import YOLOE
# --- 配置 --- # --- 配置 ---
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu") DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")