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
Does this model also use the original BGR mean and scale values of googlenet? mean = [104.00698793 116.66876762 122.67891434] and scale = 1.0 ?
mean = [104.00698793 116.66876762 122.67891434]
scale = 1.0
In imagenet-21k-inception.md, it says:
There is no mean image file for this model. We use mean_r=117, mean_g=117 and mean_b=117 to normalize the image.
mean_r=117
mean_g=117
mean_b=117
Cheers,
The text was updated successfully, but these errors were encountered:
The mean values used are not those from GoogleNet, but [117, 117, 117].
Sorry, something went wrong.
tnx dude! 👍
No branches or pull requests
Does this model also use the original BGR mean and scale values of googlenet?
mean = [104.00698793 116.66876762 122.67891434]
andscale = 1.0
?In imagenet-21k-inception.md, it says:
Cheers,
The text was updated successfully, but these errors were encountered: