Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive Interpolation Passes Setting Has No Effect #54

Open
diffdaff opened this issue Jul 26, 2022 · 2 comments
Open

Recursive Interpolation Passes Setting Has No Effect #54

diffdaff opened this issue Jul 26, 2022 · 2 comments

Comments

@diffdaff
Copy link

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.

@overthebreaks
Copy link

overthebreaks commented Sep 7, 2022

I temporarily made it work for myself by adding "--times_to_interpolate {recursive_interpolation_passes} " to step #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 {recursive_interpolation_passes} \
      --output_video

@diffdaff
Copy link
Author

diffdaff commented Sep 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants