diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:19:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:19:12 +0200 |
| commit | 5f86eb4be2cd47bcd4335b6e639b413d67bb8d19 (patch) | |
| tree | 6fd87b291bc6c80e6532d8d9f072a9192f461dc8 /run.py | |
| parent | f7f71439c823607cf2396323f5852e946958a2e1 (diff) | |
process sequences
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def recurse_videos(moduleNetwork, tensorOutput, a, b, a_offset, b_offset, count, print("{} => {}".format(a_fn, b_fn)) a_np = load_image(a_fn) b_np = load_image(b_fn) - frame = recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, count / 2, count / 2) + frame = recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, count / 2, count / 4) if step < 2: return [frame] else: |
