Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arhik/diffssim.jl
SSIM
https://github.com/arhik/diffssim.jl
Last synced: 22 days ago
JSON representation
SSIM
- Host: GitHub
- URL: https://github.com/arhik/diffssim.jl
- Owner: arhik
- Created: 2024-01-29T17:37:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:28:35.000Z (11 months ago)
- Last Synced: 2024-12-22T22:53:36.470Z (29 days ago)
- Language: Julia
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Differentiable SSIM loss function
Uses Flux Convolution layer instead of ImageQualityIndexes.jl library for GPU support.
Loss function is defiined and an example training steps are described.
This is not a library but a reference for SSIM implementation.