diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 23:28:03 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 23:28:03 +0100 |
| commit | 24d0b900b6386e88eaa6d53b96f1d47b4617649f (patch) | |
| tree | 3aa13738dd05a0f5dbbac684e09d4f24c7310ae3 /test.py | |
| parent | b024f2c21a62990723bdb6768c7ea6bad202be82 (diff) | |
k
Diffstat (limited to 'test.py')
| -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,:,:,:,:] |
