diff options
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,:,:,:,:] |
