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

I test your model with the ssd/example/ssd/object_detect.cpp,it detect nothing #3

Closed
zhangyunming opened this issue Apr 20, 2018 · 5 comments

Comments

@zhangyunming
Copy link

I test your model with the ssd/example/ssd/object_detect.cpp,it detect nothing

i have fix the mean value, what is the problom.

@zhangyunming
Copy link
Author

it is the ssd_detect.cpp file

@Baby47
Copy link

Baby47 commented May 18, 2018

I wonder how you fix the mean value, please tell me.I will be grateful.@zhangyunming

@zhangjinsong3
Copy link

@Baby47 @zhangyunming peleeNet train with the scale = 0.017. I do it in object_detect.cpp and it works. Thank you very much.

@ujsyehao
Copy link

ujsyehao commented Jun 6, 2018

@zhangyunming You can close the issue.

@MennatullahHesham
Copy link

@zhangjinsong3 how do you train with the scale =0.017 ?
i tried
`
sample_float *= 0.017; //scal input by 0.017

cv::Mat sample_normalized;
cv::subtract(sample_float, mean_, sample_normalized);
`
but it didn;t work
out :
I0718 17:31:21.801017 12436 net.cpp:761] Ignoring source layer stem1/bn
.....
I0718 17:31:21.818384 12436 net.cpp:761] Ignoring source layer stage4_tb/ext/pm6/b2c/sc

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

6 participants