yolo模型识别不到

This commit is contained in:
2025-09-16 20:17:48 +08:00
parent 396505d8c2
commit de6d1b957a
15 changed files with 568 additions and 441 deletions

View File

@ -12,7 +12,7 @@ from schema.response_schema import APIResponse
# 路由配置
router = APIRouter(
prefix="/device/actions",
prefix="/api/device/actions",
tags=["设备操作记录"]
)