移除不必要的依赖
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user