Project-MONAI / GenerativeModels

MONAI Generative Models makes it easy to train, evaluate, and deploy generative models and related applications
Apache License 2.0
598 stars 86 forks source link

About sample size of DDPM #457

Closed RunpuWei closed 6 months ago

RunpuWei commented 8 months ago

Hello, thank you for your work. I want to use your work to complete DDPM Inpainting, but for my task (colonoscopy image), the size of 64x64 is a little too small, resize to 64x64 will lose a lot of semantic information. I want the model to be a 256x256 sample size, but I don't know how to change it. Please help me, thank you very much!

marksgraham commented 8 months ago

Hi, you should just be able to run your model on 256^2 images and it will run, the image size isn't hardcoded into the model architecture