File "D:/anaconda_workspace/hed-tf-master/hed-tf-master/train.py", line 47, in read_data self.imgs[it, :, :, :] = tp_img.astype(np.float32) ValueError: could not broadcast input array from shape (224,224,3) into shape (448,448,3) 是不是图片大小的问题
File "D:/anaconda_workspace/hed-tf-master/hed-tf-master/train.py", line 47, in read_data
self.imgs[it, :, :, :] = tp_img.astype(np.float32)
ValueError: could not broadcast input array from shape (224,224,3) into shape (448,448,3)
是不是图片大小的问题