├── LICENSE ├── README.md └── smic-pytorch ├── DISTS_SMIC.py ├── DeepWSD_SMIC.py ├── LPIPS_SMIC.py ├── PSNR_SMIC.py ├── SMIC_Map.py ├── SSIM_SMIC.py ├── attenton.png ├── framework.png ├── imgs ├── Img1_dist.png ├── Img1_ref.png ├── Img2_dist.png └── Img2_ref.png ├── preprocess.py ├── requirements.txt ├── weights_dists.pt └── weights_lpips ├── v0.0 ├── alex.pth ├── squeeze.pth └── vgg.pth └── v0.1 ├── Best_architecture_seed.py ├── alex.pth ├── squeeze.pth └── vgg.pth /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/README.md -------------------------------------------------------------------------------- /smic-pytorch/DISTS_SMIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/DISTS_SMIC.py -------------------------------------------------------------------------------- /smic-pytorch/DeepWSD_SMIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/DeepWSD_SMIC.py -------------------------------------------------------------------------------- /smic-pytorch/LPIPS_SMIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/LPIPS_SMIC.py -------------------------------------------------------------------------------- /smic-pytorch/PSNR_SMIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/PSNR_SMIC.py -------------------------------------------------------------------------------- /smic-pytorch/SMIC_Map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/SMIC_Map.py -------------------------------------------------------------------------------- /smic-pytorch/SSIM_SMIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/SSIM_SMIC.py -------------------------------------------------------------------------------- /smic-pytorch/attenton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/attenton.png -------------------------------------------------------------------------------- /smic-pytorch/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/framework.png -------------------------------------------------------------------------------- /smic-pytorch/imgs/Img1_dist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/imgs/Img1_dist.png -------------------------------------------------------------------------------- /smic-pytorch/imgs/Img1_ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/imgs/Img1_ref.png -------------------------------------------------------------------------------- /smic-pytorch/imgs/Img2_dist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/imgs/Img2_dist.png -------------------------------------------------------------------------------- /smic-pytorch/imgs/Img2_ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/imgs/Img2_ref.png -------------------------------------------------------------------------------- /smic-pytorch/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/preprocess.py -------------------------------------------------------------------------------- /smic-pytorch/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/requirements.txt -------------------------------------------------------------------------------- /smic-pytorch/weights_dists.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_dists.pt -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.0/alex.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.0/alex.pth -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.0/squeeze.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.0/squeeze.pth -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.0/vgg.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.0/vgg.pth -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.1/Best_architecture_seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.1/Best_architecture_seed.py -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.1/alex.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.1/alex.pth -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.1/squeeze.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.1/squeeze.pth -------------------------------------------------------------------------------- /smic-pytorch/weights_lpips/v0.1/vgg.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANGX99/SMIC/HEAD/smic-pytorch/weights_lpips/v0.1/vgg.pth --------------------------------------------------------------------------------