Closed Holmes-Alan closed 1 year ago
As far as I've come, the videos are generated at the "Optimization" point. You can use the command mentioned by @Yarroudh to reduce times.
I understand. However, the command is for training. It is not for video generation. Have you successfully run the command for video rendering?
Yes, but it also creates a folder called "smooth_spline" and inside it goes the video (video.mp4) that I think you are interested in.
Here is the content of the folder:
Thank you for your answer! I found the training process very slow so I have not seen the video output. I will wait and see. Do you know how to set up the iteration time to reduce the training process?
I think you could adjust the n_iters_per_frame
and n_iters_reg
parameters, doing this might reduce the training time. However, keep in mind that it can affect the quality of the results.
train.py with --render_path 1
(default) generates the video after the optimisation. If the optimisation ran already, --render_only 1
skips it.
Wonderful work! I wonder how do I use the trajectory path to render a video just like the demo you show in the paper?