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
这是你给出的值,if dataset == 'QNRF': mean_std = ([0.413525998592, 0.378520160913, 0.371616870165], [0.284849464893, 0.277046442032, 0.281509846449])
这是我自己使用cv2.meanStdDev(img)计算得到的值。mean:[[0.36913728] [0.37601528][0.41297333]] std:[[0.25418431][0.25406641][0.26510023]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这是你给出的值,if dataset == 'QNRF':
mean_std = ([0.413525998592, 0.378520160913, 0.371616870165], [0.284849464893, 0.277046442032, 0.281509846449])
这是我自己使用cv2.meanStdDev(img)计算得到的值。mean:[[0.36913728] [0.37601528][0.41297333]]
std:[[0.25418431][0.25406641][0.26510023]]
The text was updated successfully, but these errors were encountered: