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

Questions about DSSD #563

Closed
youngwanLEE opened this issue May 2, 2017 · 3 comments
Closed

Questions about DSSD #563

youngwanLEE opened this issue May 2, 2017 · 3 comments

Comments

@youngwanLEE
Copy link

youngwanLEE commented May 2, 2017

Hi, Wei.

Recently, I have re-implemented DSSD based on your SSD code.

I just followed your arxiv paper.

DSSD used 321 resized input and was down-sampled to 161->80->40(a)->20(b)->10(c)->5(d)->3(e)->2(f).

So, when I tried to deconvolve the feature map(f) with kernel_size=4, stride=2, and pad=1 and eltwise sum with (e), shape miss match error occurred. Because the size of deconvolved feature map(f) is 4.

My question is how to solve this problem and how to configure deconvolution layer.

Thanks

@weiliu89
Copy link
Owner

weiliu89 commented May 3, 2017

Check BVLC#2213

@roipony
Copy link

roipony commented May 4, 2017

@youngwanLEE
Can you share the DSSD code/configuration?

Thanks

@youngwanLEE
Copy link
Author

@roipony I couldn't finish this re-implementation, yet. When I finish this project, I'll share 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