X-Restormer

(★ 155)

ECCV2024:A Comparative Study of Image Restoration Networks for General Backbone Network Design

  • .gitignore
  • .pre-commit-config.yaml
  • LICENSE
  • README.md
  • requirements.txt
  • setup.cfg
  • setup.py
  • VERSION

# Installation Guide

1. Get the code
git clone https://github.com/Andrew0613/X-Restormer

Downloads the entire project code from GitHub to your computer.

cd X-Restormer

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python -m torch.distributed.launch --nproc_per_node=8 --master_port=1231 xrestormer/train.py -opt ./options/train/001_xrestormer_sr.yml --launcher pytorch

Runs the Python script (or module).

If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation