Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willxxy/ms-ssim-l1-for-1d

Implementation of MS-SSIM + L1 loss proposed in "Loss Functions for Neural Networks for Image Processing" for Greyscale Images
https://github.com/willxxy/ms-ssim-l1-for-1d

Last synced: 1 day ago
JSON representation

Implementation of MS-SSIM + L1 loss proposed in "Loss Functions for Neural Networks for Image Processing" for Greyscale Images

Awesome Lists containing this project

README

        

# MS-SSIM-L1-For-1D

Implementation of MS-SSIM + L1 loss proposed in [Loss Functions for Neural Networks for Image Processing](https://arxiv.org/abs/1511.08861) for greyscale images (originally meant for RGB images).

The pytorch implementation is done [here](https://github.com/psyrocloud/MS-SSIM_L1_LOSS/tree/main), and the original implementation in caffe is [here](https://github.com/NVlabs/PL4NN).