Skip to content
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

About transform_param #19

Closed
ryusaeba opened this issue Jul 6, 2017 · 2 comments
Closed

About transform_param #19

ryusaeba opened this issue Jul 6, 2017 · 2 comments

Comments

@ryusaeba
Copy link

ryusaeba commented Jul 6, 2017

Hi there,
I would like to do detection. If I use your caffemodel as initial weight as my base network.
It is better to add your transform parameters (as below shows) in my .prototxt, right?
| # transform_param {
| # scale: 0.017
| # mean_value: [103.94,116.78,123.68]
So your input data range is changed from [0-255] to [0-4.335]. My understanding is correct?

@shicai
Copy link
Owner

shicai commented Jul 6, 2017

yes, use these tranform parameters.
the input range is changed from [0, 255] to [-2.x, 2.x], because you subtract the mean values of BGR.

@ryusaeba
Copy link
Author

ryusaeba commented Jul 6, 2017

Thanks for the kindly reply :)

@ryusaeba ryusaeba closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants