From 181a66f381efe37ad2ecc1d0a4dffc97b2b615f5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 19:16:53 +0200 Subject: process sequences --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index e1b6a58..975daa4 100644 --- a/run.py +++ b/run.py @@ -132,7 +132,7 @@ def dilate_frames(moduleNetwork, tensorOutput, frames, dilate): nextFrame = frames[i] new_frames += [firstFrame] new_frames += process_tree(moduleNetwork, firstFrame, nextFrame, tensorOutput, dilate, 1) - new_frames += nextFrame + new_frames += [nextFrame] return new_frames def store_frames(frames, outputPath, inputFirst=None, inputSecond=None): -- cgit v1.2.3-70-g09d2