icon-lab/ResViT
Official Implementation of ResViT: Residual Vision Transformers for Multi-modal Medical Image Synthesis
This project helps medical professionals generate realistic synthetic medical images from existing MRI scans. You input one or more MRI modalities (e.g., T1, T2, FLAIR images), and it generates a new, high-quality image of a different modality. This tool is useful for medical researchers and imaging specialists who need to augment datasets or explore relationships between different imaging sequences.
177 stars. No commits in the last 6 months.
Use this if you need to synthesize missing medical image modalities or expand your dataset of MRI scans for research or analysis.
Not ideal if you need a fully automated, user-friendly software application for clinical diagnostic use, as this requires technical setup.
Stars
177
Forks
33
Language
Python
License
—
Category
Last pushed
May 08, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/icon-lab/ResViT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jaehyunnn/ViTPose_pytorch
An unofficial implementation of ViTPose [Y. Xu et al., 2022]
UdbhavPrasad072300/Transformer-Implementations
Library - Vanilla, ViT, DeiT, BERT, GPT
tintn/vision-transformer-from-scratch
A Simplified PyTorch Implementation of Vision Transformer (ViT)
gupta-abhay/pytorch-vit
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
NVlabs/GroupViT
Official PyTorch implementation of GroupViT: Semantic Segmentation Emerges from Text...