From 24d0b900b6386e88eaa6d53b96f1d47b4617649f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 9 Jan 2019 23:28:03 +0100 Subject: k --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 80c1a81..673054b 100644 --- a/test.py +++ b/test.py @@ -60,7 +60,7 @@ def process_dir(dir): frames_padded = np.lib.pad(frames, pad_width=((T_in//2,T_in//2),(0,0),(0,0),(0,0)), mode='constant') for i in range(frames.shape[0]): - print('Scene {}: Frame {}/{} processing'.format(scene_name, i+1, frames.shape[0])) + print('Scene {}: Frame {}/{} processing'.format(tag, i+1, frames.shape[0])) in_L = frames_padded[i:i+T_in] # select T_in frames in_L = in_L[np.newaxis,:,:,:,:] -- cgit v1.2.3-70-g09d2