Reproduce the results from the associated Springer research paper.
Train a Swin Transformer based model to upscale images by 2x or 4x.
Use the codebase as a starting point for further image super resolution research.
| qianchentao9/swingsr | cortex-trading-systems/polymarket-copy-trading-bot-clob-ai | stevia-s/multiclass-lungdisease-detection-using-xai | |
|---|---|---|---|
| Stars | 51 | 51 | 51 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | moderate |
| Complexity | 5/5 | 3/5 | 3/5 |
| Audience | researcher | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires an NVIDIA GPU with CUDA and no pretrained weights or usage examples are provided.
SwinGSR is the official code release for an academic research paper on image super resolution, which is the task of taking a low resolution image and producing a sharper, higher resolution version of it. The paper has been published in a Springer journal, and this repository is meant to let other researchers reproduce its results or build on the method. The model appears to be built using a Swin Transformer style architecture, a type of neural network commonly used in computer vision research, adapted here for the super resolution task. The code supports training the model from scratch and testing it afterward, with separate configuration files for scaling images up by a factor of 2 or by a factor of 4. Training and testing are both run through command line scripts, with settings controlled by YAML configuration files stored in an options folder. Running this project requires Python 3.8, PyTorch 1.8.0, and an NVIDIA GPU with CUDA installed, since deep learning training of this kind is not practical on a regular CPU. The setup process involves cloning the repository, creating a Python environment, and installing dependencies from a requirements file before running the provided training or testing scripts. The README is short and offers no usage examples beyond the basic commands, no description of the dataset format, and no pretrained model downloads. This is a research code drop built on top of an existing project called SwinIR, intended for people already familiar with training image super resolution models, not a beginner friendly tool.
Research code for an academic paper that sharpens low resolution images into higher resolution ones using a Swin Transformer based model.
Mainly Python. The stack also includes Python, PyTorch, CUDA.
No license information is stated in the README.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.