You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are your thoughts about extending the library to include the following metrics:
3-SSIM
3-MS-SSIM
G-SSIM
G-MS-SSIM
3-G-SSIM
3-G-MS-SSIM
4-SSIM
4-MS-SSIM
4-G-SSIM
4-G-MS-SSIM
From a quick look, the required changes are:
Decoupling the scalar SSIM calculation from the calculation of the SSIM map (here).
Allowing for padding during the SSIM map calculation (here).
An implementation choice that I did not understand is why do you apply multiple 1D gaussian smoothings (here) instead of a 2D or 3D one. Could you please explain it?
What would you think about a collaboration to extend the codebase and improve it?
The text was updated successfully, but these errors were encountered:
What are your thoughts about extending the library to include the following metrics:
From a quick look, the required changes are:
An implementation choice that I did not understand is why do you apply multiple 1D gaussian smoothings (here) instead of a 2D or 3D one. Could you please explain it?
What would you think about a collaboration to extend the codebase and improve it?
The text was updated successfully, but these errors were encountered: