MIXAILAB / DDSPSeg

(Medical Image Analysis)Official implementation of "Dual domain distribution disruption with semantics preservation: Unsupervised domain adaptation for medical image segmentation"
15 stars 1 forks source link

Is it necessary to perform additional processing on the data set? I have problems using the original data set. #3

Open flyrainx opened 1 month ago

flyrainx commented 1 month ago

IndexError: index 205 is out of bounds for axis 0 with size 5

BoyunZheng31 commented 2 weeks ago

Hi,

Could you specify where the error occurs? Our model requires all 3D images to have the same size. Ensure your preprocessing aligns with this, as issues may arise if the original dataset samples vary in size.

Thanks!