Medical-Transformer icon indicating copy to clipboard operation
Medical-Transformer copied to clipboard

Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021

Results 36 Medical-Transformer issues
Sort by recently updated
recently updated
newest added

RuntimeError: einsum(): operands do not broadcast with remapped shapes [original->remapped]: [277, 8, 1, 234]->[277, 8, 234, 1, 1] [1, 64, 64]->[1, 1, 64, 64, 1]

Hey @jeya-maria-jose, It's really interesting of the Transwheathe in CVPR22, However, I found there is one file named utils.py missing, and how to organize the train/test dataset is also not...

when I run the code with MoNuSeg dataset this problem occurs , what should I do to solve this?

Hi, Could you please share the Brain US dataset with me. My email id is [email protected]. It would be a great help for my research. Thank in advance.

I run it on mac os M1 and set device to CPU. but it error: [W NNPACK.cpp:53] Could not initialize NNPACK! Reason: Unsupported hardware. Traceback (most recent call last): File...

Hi professor, I'd like to ask when the dataset Brain Anatomy US will be uploaded? Or if you can, could you please send me a copy to [email protected]? This will...

- Softmax layer in eval mode added; - model.train(), model.eval() in train.py placed for better performance Fixes from issue #51

I download the GLAS Dataset from this link: ![Screenshot 2023-03-12 121208](https://user-images.githubusercontent.com/68332728/224523921-63a0c824-1a02-402d-aa55-92ad12386678.png) but the annotations are all black, it seems that all the colon pictures do not have areas of lesion....

Hi @jeya-maria-jose ,thanks for your great work.I am wondering whether it can applied to other tasks such as 3d volume segmentation,volume registration etc..?

I am new to image segmentation, have you encountered similar situation?