Skip to content

Commit

Permalink
Update interpolator_fade_single.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jford49 authored Nov 9, 2023
1 parent 0b38059 commit ec3c047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/interpolator_fade_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _run_interpolator() -> None:
mult = float(_FADE_COUNT.value - 2)/float(n_files - 1)
offset = 1

img_idx = _IMG_IDX.value + nFiles
img_idx = _IMG_IDX.value + n_files

frames = list()
if _OUTPUT_VIDEO.value:
Expand Down

0 comments on commit ec3c047

Please sign in to comment.