pytti-notebook icon indicating copy to clipboard operation
pytti-notebook copied to clipboard

Recursive Interpolation Passes Setting Has No Effect

Open diffdaff opened this issue 3 years ago • 2 comments

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.

diffdaff avatar Jul 26 '22 20:07 diffdaff

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

overthebreaks avatar Sep 07 '22 01:09 overthebreaks

Much appreciated!!

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 https://github.com/pytti-tools/pytti-notebook/issues/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 https://github.com/pytti-tools/pytti-notebook/issues/54#issuecomment-1238799557, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHS3RZRAQQCJI5WPZLKAWBTV47T5XANCNFSM54XJLZOQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Grant Diffendaffer diffendaffer.com http://www.diffendaffer.com

diffdaff avatar Sep 07 '22 20:09 diffdaff