-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
Doubts about Mean and Norm parameters #15
Comments
@ricardotapiador mean or norm value, is based on your training dataset. |
@BUG1989 Hi, I'm still confused about mean and norm. About mean, what order should I use, BGR or RGB. About norm, I still can't understand what does it mean? Is it the average norm of each channel? Say if I have a dataset of images, how can I determine the value of norm? Thanks |
@WIll-Xu35
mean : the order of mean is depend on you train model |
I couldn't find this transform_param in my prototxt file. Can I understand it in this way, mean and norm are the preprocessing parameters we use to preprocess our image data input. For example, when i train the model, each raw input pixel is firstly minus 127.5, multiplied by 0.0078125, and then feed into the model and used to do the training. So the mean should be [127.5, 127.5, 127.5], the norm should be 0.0078125. Is this understanding correct? Thank you. |
@WIll-Xu35 |
@BUG1989 |
Hello,
Your tool is quite interesting. However i dont understand the parameters of Mean and Norm.
Is Mean the average of weights ?
Kind regards
The text was updated successfully, but these errors were encountered: