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

why different output of the same image in two different test? #4

Closed
guoxiaolu opened this issue Jun 15, 2017 · 4 comments
Closed

why different output of the same image in two different test? #4

guoxiaolu opened this issue Jun 15, 2017 · 4 comments

Comments

@guoxiaolu
Copy link

I have used the pretrained model you offered(https://pan.baidu.com/s/1slMv4yp), and just modify the model name and image name of your test code. But in two different test, I have got different output results, for example, {good:0.6, bad:0.4} {good:0.4, bad:0.6}. It makes me confused and expects your answers~

@BestiVictory
Copy link
Owner

deploy.protxt consists of some initialize information , you could drop out these parts.
such as
weight_filler {
type: "xavier"
}
bias_filler {
type: "constant"
value: 0.2
}

@guoxiaolu
Copy link
Author

Thank you very much, I will check it

@FormatFish
Copy link

@BestiVictory I have same problem , and I try your method, but finally the score is always 0.5 whatever picture is.

@guoxiaolu
Copy link
Author

Unfortunately, I didn't get the correct result, maybe other reasons. Finally, we reimplemented Adobe's paper, and get a good result.@FormatFish, you can make a try, it's a regression problem and Adobe used multi-task regression to solve it.

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

3 participants