Conversation
|
Thanks for the PR @lrlunin! Is it possible to extend exisitng SSIM class to cover 3D case instead of creating SSIM3D class. I have an impression that SSIM3D is mostly a copy of SSIM... What do you think? |
Yeah, this would work. I just wasn't sure if you agree to change the original class. I'll rework this version towards your tipp and mention you after it's done. |
vfdev-5
left a comment
There was a problem hiding this comment.
Thanks for the updates.
I left few comments.
Co-authored-by: vfdev <[email protected]>
|
@lrlunin please fix mypy errors: Also please rebase the PR on top of the master branch. |
Should we add |
|
Ultimately, in another PR I would like to remove |
Co-authored-by: vfdev <[email protected]>
|
@lrlunin thanks for working on the PR! |
|
Unfortunately, reduced too much some value: Can you check this please ? |
|
Hey @lrlunin, thanks for working on this PR! Is it possible to check the issue: #3345 (comment) and fix it. |
Sorry, I was busy and ill. I increased the minimal dimensions. |
|
No worries, hope you fill better now. Thanks for the updates! |
Fixes #3344
Description:
Implements the SSIM for the 3-dimensional structures.
I was forced to reduce the test data dimensions in a way that the
test_ssim_3ddoes not consume more memory than the regular 2Dtest_ssimversion.Check list: