Skip to content

Commit

Permalink
more bootstrapping to grab isr models
Browse files Browse the repository at this point in the history
  • Loading branch information
bpops committed Jun 29, 2020
1 parent 8d1826a commit 90d6e61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bootstrap.sh
Expand Up @@ -9,6 +9,14 @@ wget https://www.dropbox.com/s/mwjep3vyqk5mkjc/ColorizeStable_gen.pth -O ./model
# image-super-resolution
git clone https://github.com/idealo/image-super-resolution.git isr_repo
ln -s isr_repo/ISR ISR

wget https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rdn-C6-D20-G64-G064-x2/PSNR-driven/rdn-C6-D20-G64-G064-x2_PSNR_epoch086.hdf5 -O ./models/rdn-psnr-large.hdf5
wget https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rdn-C3-D10-G64-G064-x2/PSNR-driven/rdn-C3-D10-G64-G064-x2_PSNR_epoch134.hdf5 -O ./models/rdn-psnr-small.hdf5
wget https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rdn-C6-D20-G64-G064-x2/ArtefactCancelling/rdn-C6-D20-G64-G064-x2_ArtefactCancelling_epoch219.hdf5 -O ./models/rdn-noise-cancel.hdf5
wget https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rrdn-C4-D3-G32-G032-T10-x4-GANS/rrdn-C4-D3-G32-G032-T10-x4_epoch299.hdf5 -O ./models/rrdn-gans.hdf5


#wget https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rrdn-C4-D3-G32-G032-T10-x4-GANS/rrdn-C4-D3-G32-G032-T10-x4_epoch299.hdf5 -O ./models/rrdn_gans.hdf5
#wget https://github.com/idealo/image-super-resolution/raw/master/weights/sample_weights/rdn-C6-D20-G64-G064-x2/ArtefactCancelling/rdn-C6-D20-G64-G064-x2_ArtefactCancelling_epoch219.hdf5 -O ./models/rdn-C6-D20-G64-G064-x2_ArtefactCancelling_epoch219.hdf5
#wget https://github.com/idealo/image-super-resolution/raw/master/weights/sample_weights/rdn-C6-D20-G64-G064-x2/PSNR-driven/rdn-C6-D20-G64-G064-x2_PSNR_epoch086.hdf5 -O ./models/rdn-C6-D20-G64-G064-x2_PSNR_epoch086.hdf5
#wget https://github.com/idealo/image-super-resolution/raw/master/weights/sample_weights/rdn-C3-D10-G64-G064-x2/PSNR-driven/rdn-C3-D10-G64-G064-x2_PSNR_epoch134.hdf5 -O ./models/rdn-C3-D10-G64-G064-x2_PSNR_epoch134.hdf5
Expand Down

0 comments on commit 90d6e61

Please sign in to comment.