From 5f86eb4be2cd47bcd4335b6e639b413d67bb8d19 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 18:19:12 +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 47dd8d3..9c575e5 100644 --- a/run.py +++ b/run.py @@ -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: -- cgit v1.2.3-70-g09d2