HuCaoFighting / Swin-Unet

[ECCVW 2022] The codes for the work "Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation"
1.58k stars 298 forks source link

question of preprocessing #65

Open ninedow opened 2 years ago

ninedow commented 2 years ago

Hello,I want to know why we need to clip the image within [-125, 275] and how to clip the images within [-125, 275]? Can you share the preprocessing code? Thank you very much!