Files
AiDA_Python/app/schemas/pose_transform.py
zhouchengrong dab155d200 feat(新功能): pose transform 逻辑修改
fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
2025-03-20 10:25:33 +08:00

9 lines
145 B
Python

from pydantic import BaseModel
class PoseTransformModel(BaseModel):
image_url: str
tasks_id: str
pose_id: str
result_type: str