#355 · Primary category: Computer Vision
swin2sr
[ECCV] Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration. Advances in Image Manipulation (AIM) workshop ECCV 2022. Try it out! over 3.3M runs https://replicate.com/mv-lab/swin2sr
Project last updated:08/19/24
GitHub Stars
691
Forks
83
Contributors
3
License
Apache-2.0
Why we included this project
Swin2SR is the official PyTorch implementation of a Swin Transformer V2 model built for low-level vision, and it is a solid reference point if you work with degraded or compressed imagery. It handles three related jobs in one codebase: classical and lightweight image super-resolution, JPEG compression artifact removal, and super-resolution of already-compressed inputs, the last being the scenario where it earned a top solution at the AIM 2022 challenge. Teams with bandwidth-limited or archival image pipelines will find the pretrained models and inference script useful for upscaling low-quality JPEGs by a configurable factor, and the Colab, Hugging Face Spaces, and Kaggle demos let you test before integrating. It is also a practical baseline for researchers comparing transformer-based restoration with convolutional approaches, since it builds directly on SwinIR and documents the training setup. The repository is research-oriented rather than a turnkey service, so expect to run the provided test script and adapt it rather than consume a packaged API.
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)