GlobalTrack icon indicating copy to clipboard operation
GlobalTrack copied to clipboard

About RPN Modulator

Open Spritea opened this issue 3 years ago • 0 comments

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!

Spritea avatar Feb 14 '22 17:02 Spritea