thu-ml / controlvideo

Official implementation for "ControlVideo: Adding Conditional Control for One Shot Text-to-Video Editing"
Apache License 2.0
214 stars 15 forks source link

Increase output video length and fps for eval. #5

Open lakshya-4gp opened 1 year ago

lakshya-4gp commented 1 year ago

Hello, excellent work. Really liked the inversion idea. Can you suggest how can I increase the output video length for evaluation and increase fps?

gracezhao1997 commented 1 year ago

Hi, the "n_sample_frames" in train_data and "video_length" in validation_data in configs (e.g. canny.yaml) can be applied for increasing the output video length and you can change the sample_frame_rate (line 41 in dataset.py )