yhygao / CBIM-Medical-Image-Segmentation

A PyTorch framework for medical image segmentation
Apache License 2.0
260 stars 46 forks source link

When will Medformer be available? #10

Closed franklinxzw closed 1 year ago

franklinxzw commented 2 years ago

Hi Yunhe,

I've read your new updated paper here: https://arxiv.org/pdf/2203.00131.pdf. Your results are very interesting and I'm interested in using your newly proposed Medformer. When will your transformer-based model Medformer be available?

ORlGlN commented 2 years ago

Hi Yunhe,

I came across your paper as well, is there any update regarding the code for Medformer?

Thanks!

yhygao commented 2 years ago

Hi all, Sorry for the late reply. I was busy with another project this summer. Now I'm back to maintain this repo.

Our new model was first named as UTNetV2. After careful discussion, for the consideration of impact and review issues, we believe that UTNetv2 has sufficient innovation and superior performance. So we renamed UTNetV2 to MedFormer, as calling UTNetV2 makes this work seem incremental.

I'll clean up the code base and rename UTNetV2 to MedFormer in this repo.

Best, Yunhe