Skip to content

fixes ssim.#207

Closed
entrpn wants to merge 1 commit intomainfrom
fix_ssim
Closed

fixes ssim.#207
entrpn wants to merge 1 commit intomainfrom
fix_ssim

Conversation

@entrpn
Copy link
Copy Markdown
Collaborator

@entrpn entrpn commented Jul 22, 2025

No description provided.

@github-actions
Copy link
Copy Markdown

@entrpn entrpn requested a review from susanbao July 23, 2025 16:37
@susanbao
Copy link
Copy Markdown
Collaborator

As you mentioned, the values were previously (-1,1), after multiple 255, it will be in (-255,255) and then np.uint8 map both -100 and 156 to 156. Would it better to be "np.unit8((pretrained_video + 1) * 255 / 2)"?

@entrpn
Copy link
Copy Markdown
Collaborator Author

entrpn commented Jul 24, 2025

merged in PR: #209

@entrpn entrpn closed this Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants