feat(新功能): pose transform 部署
fix(修复bug): docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
@@ -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=4):
|
||||
def ndarray_to_video(images, output_path, frame_size=(512, 768), fps=9):
|
||||
# 初始化视频写入器
|
||||
writer = skvideo.io.FFmpegWriter(
|
||||
output_path,
|
||||
|
||||
Reference in New Issue
Block a user