SuperMedIntel / MedSegDiff

Medical Image Segmentation with Diffusion Model
MIT License
1.09k stars 166 forks source link

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

Open sonnystalin opened 5 months ago

sonnystalin commented 5 months 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?