jeya-maria-jose / UNeXt-pytorch

Official Pytorch Code base for "UNeXt: MLP-based Rapid Medical Image Segmentation Network", MICCAI 2022
https://jeya-maria-jose.github.io/UNext-web/
MIT License
459 stars 76 forks source link

image scaling #35

Open chenyili502 opened 1 year ago

chenyili502 commented 1 year ago

In your project, you scaled the image, such as 256 * 256, but did you not scale back to the original image in the output. Please tell me if I understand correctly.

chenyili502 commented 1 year ago

If the image is reshaped when it is input first, and there is no reshape when it is output from the network, is there a problem,