From 10886e6e103f11690ba64fa902c505eda6fae479 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 19:04:39 +0200 Subject: process sequences --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 7e0fa46..cd19277 100644 --- a/run.py +++ b/run.py @@ -131,7 +131,7 @@ def dilate_frames(moduleNetwork, tensorOutput, frames, dilate): firstFrame = nextFrame nextFrame = frames[i] new_frames += [firstFrame] - new_frames += process_tree(module, firstFrame, nextFrame, tensorOutput, dilate, 1) + new_frames += process_tree(moduleNetwork, firstFrame, nextFrame, tensorOutput, dilate, 1) new_frames += nextFrame return new_frames -- cgit v1.2.3-70-g09d2