fix: 添加更明确的本地分析日志输出
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user