yhygao / UTNet

Official implementation of UTNet: A Hybrid Transformer Architecture for Medical Image Segmentation
MIT License
179 stars 27 forks source link

data preprocessing #6

Closed Yussef93 closed 2 years ago

Yussef93 commented 2 years ago

Dear All, It would be great if you integrate your preprocessing pipeline into the code even if you rely on another implementation this would help me and others to run the code with clarity. else please provide a detailed explanation of how you do the preprocessing in order to have a complete contribution to the community. Thank you in advance and nice job!

yhygao commented 2 years ago

Hi,

Thank you for your interest in our work. The data preprocess code is uploaded. Also, our new paper is available: UTNetV2. We also provide a more detailed framework for CNN and Transformer comparison, including more dataset support and more SOTA model support. If you are interested, please see the new repo: https://github.com/yhygao/CBIM-Medical-Image-Segmentation

Best!