lee-zq

Results 8 comments of lee-zq

In line 33 of the file ./utils/common.py: “ if random_x_max < 0 or random_y_max < 0 or random_z_max < 0: return None”. That means when crop size is larger than...

是的,三维张量计算量比二维要大很多

The function sitk_read_row () in /utils/common.py is to read the .nii file from the hard disk, you can debug here to check whether the returned data is empty

这个报错大部分原因是index越界了。你也可以检查一下你的数据的shape,有些ct数据会多一个维度

The .pth file (about 50M) is too large to upload, Sorry

There are indeed some problems, because the test code is not updated. You need to modify the last parameter of the dataset : 'mode = ‘’train‘’ ’ in main(). And...