Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 565 Bytes

Alternative.md

File metadata and controls

25 lines (19 loc) · 565 Bytes

Installation

  1. Make a clone of this repo.
git clone https://github.com/JaehaKim97/SR4IR.git
cd SR4IR
  1. Set the environment. We recommend using Anaconda.
 conda create -n SR4IR python=3.8.18
 conda activate SR4IR
 pip install -r assets/requirements.txt
 python src/setup.py