We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm curious about how the aesthetic scores of the generated images from the paper were calculated. Is it possible to share the code?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, sorry for the delayed response. We were using the LAION Aesthetic Predictor (https://github.com/christophschuhmann/improved-aesthetic-predictor). You can find the class definition here (https://github.com/ExplainableML/ReNO/blob/main/rewards/aesthetic.py). The only difference is we return 10.0 - aesthetic_score if you want a loss to optimize. Do let us know if you need any other details, or a script to compute the aesthetic scores of all the images in a directory.
10.0 - aesthetic_score
Sorry, something went wrong.
No branches or pull requests
I'm curious about how the aesthetic scores of the generated images from the paper were calculated. Is it possible to share the code?
Thanks!
The text was updated successfully, but these errors were encountered: