Skip to content

fixes ssim. #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

fixes ssim. #207

wants to merge 1 commit into from

Conversation

entrpn
Copy link
Collaborator

@entrpn entrpn commented Jul 22, 2025

No description provided.

Copy link

@entrpn entrpn requested a review from susanbao July 23, 2025 16:37
@susanbao
Copy link
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
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