feat(新功能): pose transform 部署

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-04-08 18:17:01 +08:00
parent 76184a6a75
commit c9699aa396

View File

@@ -63,7 +63,7 @@ def upload_video(frames, user_id, category, file_name):
logging.warning(f"upload_video runtime exception : {e}")
def ndarray_to_video(images, output_path, frame_size=(512, 768), fps=1):
def ndarray_to_video(images, output_path, frame_size=(512, 768), fps=4):
# 初始化视频写入器
writer = skvideo.io.FFmpegWriter(
output_path,