From 6c564e78b6e3b715b42cf6839e2377b42aec4cdc Mon Sep 17 00:00:00 2001 From: hhhhsc <1710496817@qq.com> Date: Fri, 16 Jan 2026 16:17:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/ops/mapper/img_direction_correct/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/ops/mapper/img_direction_correct/process.py b/runtime/ops/mapper/img_direction_correct/process.py index cb4ba5c5..10e15a1a 100644 --- a/runtime/ops/mapper/img_direction_correct/process.py +++ b/runtime/ops/mapper/img_direction_correct/process.py @@ -64,7 +64,7 @@ def _detect_direction(image, file_name, model): rotate_angle = int(cls_res.get("class_ids", np.array([0], dtype='int32')).item()) pro = float(cls_res.get("scores", np.array([0], dtype='int32')).item()) logger.info( - f"fileName: {file_name}, model {model.model_name} detect result is {rotate_angle} with confidence {pro}") + f"fileName: {file_name}, model detect result is {rotate_angle} with confidence {pro}") if rotate_angle == 90 and pro > 0.89: return cv2.rotate(image, cv2.ROTATE_90_CLOCKWISE) if rotate_angle == 180 and pro > 0.89: From ec38582cb5f5b4e4a92b49bde2ec95e387574c60 Mon Sep 17 00:00:00 2001 From: hhhhsc <1710496817@qq.com> Date: Fri, 16 Jan 2026 16:31:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Layout/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Layout/MainLayout.tsx b/frontend/src/pages/Layout/MainLayout.tsx index b303c509..346e314b 100644 --- a/frontend/src/pages/Layout/MainLayout.tsx +++ b/frontend/src/pages/Layout/MainLayout.tsx @@ -7,7 +7,7 @@ const MainLayout = () => { return (
-
+
{/* Sidebar */} {/* Main Content */}