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
mmgeneration/demo/unconditional_demo.py
Line 72 in 92be69b
if results.shape[1] == 3: results = (results[:, [2, 1, 0]] + 1.) / 2. elif results.shape[1] == 1: results = (results[:, [0]] + 1.) / 2.
The text was updated successfully, but these errors were encountered:
@chris901003 Thanks for your interest in our project. Would you like to create a Pull Request to fix this problem?
To create a Pull Request, you should refer this guidance.
Sorry, something went wrong.
Please check this issue. @LeoXing1996 do you have the plan to fix this issue or set it in Backlog?
LeoXing1996
No branches or pull requests
mmgeneration/demo/unconditional_demo.py
Line 72 in 92be69b
Error when producing grayscale image, change it to the follow way to fix.
The text was updated successfully, but these errors were encountered: