TMElyralab / MusePose

MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation
Other
2.15k stars 153 forks source link

How to set the output video duration #30

Open morvenshen opened 4 months ago

morvenshen commented 4 months ago

How can I make the output video time consistent with the input video time? Now I can only output 10 seconds of video. Where should I set it?

TZYSJTU commented 4 months ago

Set "max_frame" larger than your video length in pose_align.py Set "L" larger than your video length in test_stage_2.py