HenriquesLab / ZeroCostDL4Mic

ZeroCostDL4Mic: A Google Colab based no-cost toolbox to explore Deep-Learning in Microscopy
MIT License
553 stars 129 forks source link

Retain the image size of output for pix2pix model #277

Closed Shawnmhy closed 1 year ago

Shawnmhy commented 1 year ago

HI team, I am currently using pix2pix model for image translation. My inputs are of dimension 333 x 333 pixels. However, the prediction output from the pix2pix notebook implementation is 256 x 256. How can I retain the original dimension for my output? Thank you!

guijacquemet commented 1 year ago

Hi @Shawnmhy ,

Unfortunately, only image dimension multiples of 256 can be used in the current implementation. Best wishes

Guillaume