修改算法文件路径改为common

This commit is contained in:
zqc
2026-02-26 11:39:14 +08:00
parent cd13709998
commit 7ce50cfd4f
11 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ from typing import Dict, Any
from test_cam import get_camera_preview_url
# -------------------------- Kadian 检测相关导入 --------------------------
from algorithm.checkpoint.npu_yolo_onnx_person_car_phone import YOLOv8_ONNX # 主检测模型(人/车/后备箱/手机)
from algorithm.common.npu_yolo_onnx_person_car_phone import YOLOv8_ONNX # 主检测模型(人/车/后备箱/手机)
from yolox.tracker.byte_tracker import BYTETracker