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

the stride of the final representation is 8 #33

Open
BigPuns opened this issue May 15, 2018 · 0 comments
Open

the stride of the final representation is 8 #33

BigPuns opened this issue May 15, 2018 · 0 comments

Comments

@BigPuns
Copy link

BigPuns commented May 15, 2018

Thanks for your work, I has implemented the inference demo on my machine, but I have some questions confusing me。

  1. In paper,what's the meaning of "the stride of the final representation is eight", how to control the stride, is that the sum of stride of conv and pool? however it`s not equal。
  2. In paper, the network structure is [2, 2, 1, 2, 1, 1, 1], but the pretrained model "baseline-conv5_e55.mat" structure is [2, 2, 1, 1, 1, 1, 1],the second pooling layer stride is 1 which different from the paper, and different size of the final feature map, is it a skillful design?
  3. I want to convert "baseline-conv5_e55.mat" to caffemodel, i can implement the alexnet part by https://github.com/ecoto/dagnn_caffe_deploy , but the correlation layer has not in caffe layer, so my question is the correlation layer have weights or other parameters? must I convert to this layer?
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