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

parser.add_argument('--imgsize', type=int, default=128) parser.add_argument('--crop', type=int, default=None) How can I set img_size and crop to 192 256

How to print the statistics of F1 score, IoU for monuseg dataset? Is there a script to run?

For the datasets GLAS and MoNuSeg, I did it according to the requirements of the paper. Why can't I achieve the effect of the paper? Can you tell me the...

hello, Do you have a processed dataset please, I am having trouble processing the dataset, if so can you email it to me? My e-mail address is: [email protected] Thanks you...

Thanks for your great work, and I would like to know how did you resize those images, whether its shape was changed?