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
EMANet/dataset.py
Line 19 in 9a492d8
I support this line should be
image = (image - settings.MEAN) / settings.STD.
Or is this line a trick?
The text was updated successfully, but these errors were encountered:
Oh, this is really a bug in the released code. I will fix it right now. Thanks!
Sorry, something went wrong.
But it seems that this line doesn't influence the final performance so much. No matter what, thanks for your carefulness.
No branches or pull requests
EMANet/dataset.py
Line 19 in 9a492d8
I support this line should be
Or is this line a trick?
The text was updated successfully, but these errors were encountered: