feat(新功能): pose transform 接口

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-17 11:14:54 +08:00
parent 00b8e9fb02
commit b4671a3793
4 changed files with 176 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
from pydantic import BaseModel
class PoseTransformModel(BaseModel):
image_url: str
tasks_id: str
pose_id: str