fix: 添加更明确的本地分析日志输出

This commit is contained in:
2026-04-16 16:00:56 +08:00
parent cbd0b2f86c
commit ea6460d1e2
2 changed files with 6 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ class LocalAnalyzer:
}
"""
try:
print(f"[LocalAnalyzer] Loading image: {image_path}")
# 加载当前图片
current_frame = cv2.imread(image_path)
if current_frame is None: