在resize矩阵时出现报错
(-215) func != 0 in function cv::resize"
很可能是矩阵未设置为float,应该在读入后转换类型
item = item.astype(np.float32, copy=False)