KidsWithTokens / MedSegDiff

Medical Image Segmentation with Diffusion Model
MIT License
975 stars 145 forks source link

I want to know which part of the code the image size is in #185

Open sonnystalin opened 2 weeks ago

sonnystalin commented 2 weeks ago

I want to know which part of the code the image size is in. image_size is 256, but the image size in the downloaded ISCI data set is 1022*767. Where should I modify the size of the input image when I run it with my own data set?