Echocardiogram quality enhancement using ViT-VQGANs, introduced in the paper Vector-quantized Image Modeling with Improved VQGAN. Heavily inspired by the repositories Qiyuan-Ge/PaintMind and CompVis/taming-transformers.
- To run inference on a pretrained model,
cdinto thescriptsdirectory and runinference.py. - To train a model from scratch,
cdinto thescriptsdirectory and runtrain.py.