NamedCurves / scripts /download_checkpoints.sh
davidserra9's picture
First commit from github repo
117183e verified
raw
history blame contribute delete
580 Bytes
#!/bin/bash
mkdir pretrained
wget https://github.com/davidserra9/namedcurves/releases/download/v1.0/mit5k_dpe_psnr_24.91.pth -P pretrained
wget https://github.com/davidserra9/namedcurves/releases/download/v1.0/mit5k_uegan_psnr_25.59.pth -P pretrained
wget https://github.com/davidserra9/namedcurves/releases/download/v1.0/ppr10k_a_psnr_26.81.pth -P pretrained
wget https://github.com/davidserra9/namedcurves/releases/download/v1.0/ppr10k_b_psnr_25.91.pth -P pretrained
wget https://github.com/davidserra9/namedcurves/releases/download/v1.0/ppr10k_c_psnr_25.69.pth -P pretrained