Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirements.txt #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add requirements.txt #22

wants to merge 1 commit into from

Conversation

a-elrawy
Copy link

@a-elrawy a-elrawy commented Oct 4, 2023

No description provided.

@ubergarm
Copy link

Thanks @a-elrawy! Your requirements.txt sped me up in getting this repo running. Saved me the work!

Here is the quickstart for anyone playing with this repo:

# clone repo into your projects folder
cd ~/myprojects
git clone [email protected]:cszn/SCUNet.git

# install dependencies into local `.venv` folder
cd SCUNet
python3 -m venv ./venv
source ./venv/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt # taken from this PR

# download models
python main_download_pretrained_models.py --models "SCUNet" --model_dir "model_zoo"

# try it out
python main_test_scunet_real_application.py --model_name scunet_color_real_psnr --testset_name real3

# see input images
sxiv -rt testsets/real3/*.png

# see output results
sxiv -rt results/real3_scunet_color_real_psnr/*.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants