UDTransNet
UDTransNet copied to clipboard
运行test时出现问题
你好,我在运行test时因为个人的数据集npy.h5文件图像和标签数据集形状为(38,512,512),会报错ValueError: cannot reshape array of size 9961472 into shape (38,512),我理解是因为38x512x512=9961472,但我尝试使用您的初始数据集Synapse,发现仍然报错ValueError: cannot reshape array of size 38535168 into shape (147,512),输出原数据集npy.h5后,图像和标签数据集形状为(147,512,512),我不知道该怎么解决这一问题,期待您的回复