You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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~
The text was updated successfully, but these errors were encountered:
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
}
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.
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~
The text was updated successfully, but these errors were encountered: