You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Pytti Tools FILM on CoLab and the referenced setting has no effect on number of frames generated. Leaving the integer at "1" results in frame output on the order of 10X original frame count.
The text was updated successfully, but these errors were encountered:
On Tue, Sep 6, 2022 at 6:14 PM NB ***@***.***> wrote:
I temporarily made it work by adding "--times_to_interpolate N " where N
is the number of in-between frames I want into step #3
<#3> before output
video:
if output_video:
!python -m frame_interpolation.eval.interpolator_cli \
--model_path ./saved_model \
--pattern {frames_dir} \
--fps {output_video_fps} \
--times_to_interpolate 1 \
--output_video
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHS3RZRAQQCJI5WPZLKAWBTV47T5XANCNFSM54XJLZOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
I'm running Pytti Tools FILM on CoLab and the referenced setting has no effect on number of frames generated. Leaving the integer at "1" results in frame output on the order of 10X original frame count.
The text was updated successfully, but these errors were encountered: