修正constants名称
This commit is contained in:
@@ -11,7 +11,7 @@ import requests
|
||||
from typing import Dict, Any, Callable
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
|
||||
from common.contants import ALERT_PUSH_URL
|
||||
from common.constants import ALERT_PUSH_URL
|
||||
from utils.logger import get_logger
|
||||
|
||||
logger = get_logger(__name__)
|
||||
|
||||
@@ -9,7 +9,7 @@ import requests
|
||||
|
||||
# -------------------------- Kadian 检测相关导入 --------------------------
|
||||
from algorithm.common.npu_yolo_onnx_person_car_phone import YOLOv8_ONNX # 主检测模型(人/车/后备箱/手机)
|
||||
from common.contants import ALERT_PUSH_URL
|
||||
from common.constants import ALERT_PUSH_URL
|
||||
|
||||
from yolox.tracker.byte_tracker import BYTETracker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user