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

About RPN Modulator #29

Open
Spritea opened this issue Feb 14, 2022 · 0 comments
Open

About RPN Modulator #29

Spritea opened this issue Feb 14, 2022 · 0 comments

Comments

@Spritea
Copy link

Spritea commented Feb 14, 2022

Hi, thanks for your cool work!

For the RPN_Modulator class in modulators.py file, it seems that it's different with the equation (1) in the paper in 2 aspects:

  • fx(x) is missing, no 3x3 conv applied to the search img feature.
  • convolution between fx(x) and fz(z) is replaced by dot product.

The related code in modulators.py file is
out_ij = [self.proj_modulator[k](query) * gallary[k] for k in range(len(gallary))]

Could you check, thanks!

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