diff options
| author | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:06:22 -0400 |
|---|---|---|
| committer | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:06:22 -0400 |
| commit | af218bcfbc599f1cad9710a3b8cfb04583d54756 (patch) | |
| tree | bdac97c6c99487744d4603b6175090e051843429 /Code | |
| parent | 5255a009546ed93415e47bdca6a5c36f7ff739e4 (diff) | |
made imread safe for linux
Diffstat (limited to 'Code')
| -rw-r--r-- | Code/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Code/test.py b/Code/test.py index 134b8b9..9072c2b 100644 --- a/Code/test.py +++ b/Code/test.py @@ -2,7 +2,8 @@ import numpy as np import constants as c from utils import normalize_frames, get_test_batch from glob import glob -from scipy.misc import imread, imsave +from scipy.ndimage import imread +from scipy.misc import imsave import os def save_batch(batch, num_rec_out): |
