Skip to content
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

Fixing oversaturated images and low SSIM scores #13

Open
PaulScotti opened this issue May 31, 2023 · 0 comments
Open

Fixing oversaturated images and low SSIM scores #13

PaulScotti opened this issue May 31, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed moderate-difficulty

Comments

@PaulScotti
Copy link
Collaborator

PaulScotti commented May 31, 2023

MindEye currently has a tendency to output overly saturated reconstructions. This might explain why our SSIM evals are weirdly bad compared to the rest of the metrics. Our simple fix was to change cfg from 7.5 to 3.5, which did help, but it's clearly not the ideal solution.

One suggestion to fix this problem is to implement dynamic cfg scaling:

https://discord.com/channels/1025299671226265621/1062896575430533133/1098730791330123820

(my attempt to implement this is in utils.py via the dynamic_cfg function, which currently does not work)

@PaulScotti PaulScotti added enhancement New feature or request help wanted Extra attention is needed moderate-difficulty labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed moderate-difficulty
Projects
None yet
Development

No branches or pull requests

1 participant