def read_caffe_img(path): return skimage.img_as_float(skimage.io.imread(path)).astype(np.float32).copy()