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

retinaface res50 have alittle question #26

Open
sky186 opened this issue Apr 29, 2020 · 0 comments
Open

retinaface res50 have alittle question #26

sky186 opened this issue Apr 29, 2020 · 0 comments

Comments

@sky186
Copy link

sky186 commented Apr 29, 2020

@clancylian
mobilenet is OK feature have a little not same

res50 model ,the Deconclution shape error
I should know modify the two layer?,
the crop param only inter.

layer {
bottom: "rf_c2_aggr_relu"
top: "rf_c2_upsampling"
name: "rf_c2_upsampling"
type: "Deconvolution"
convolution_param {
num_output: 64
kernel_size: 4
stride: 2
pad: 1
group: 64
bias_term: false
weight_filler: {
type: "bilinear"
}
}
}

layer {
bottom: "rf_c2_upsampling"
bottom: "rf_c1_red_conv_relu"
top: "crop1"
name: "crop1"
type: "Crop"
crop_param {
axis: 1
offset: 0
offset: 0
offset: 0
}
}

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

1 participant