#378 · Primary category: Computer Vision
Medical-Transformer
Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021
Project last updated:02/23/23
GitHub Stars
861
Forks
175
Contributors
3
License
MIT
Why we included this project
Medical Transformer targets a real problem: most transformer segmentation models need large training sets, but medical imaging datasets tend to be small. The repo holds the PyTorch code from the MICCAI 2021 paper, covering two network variants, the Gated Axial Attention U-Net and MedT, plus a LoGo local-global training scheme that learns from whole images and patches so the models can train on limited clinical data. You also get train and test scripts, conda or pip environment setup, and guidance for arranging your own image and label folders, which means you can retrain on your own data instead of relying on pretrained weights. Whether you are reproducing the paper's results or just checking how axial attention stacks up against your current U-Net, this is easy to trace and modify.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)