From bdbd5ea51faedfb6b87de52df6d16338b3ffe363 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 18:16:26 +0200 Subject: process sequences --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.py') diff --git a/run.py b/run.py index 7726f59..e030a07 100644 --- a/run.py +++ b/run.py @@ -90,7 +90,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, count / 2) + frame = recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, count / 2, count / 4) if step < 2: return [frame] else: -- cgit v1.2.3-70-g09d2