We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,请问在ocean论文中经过特征提取、connect_model后,最后的featuremap size是25, 但是stride是8,映射到原始尺寸图片是25*8=200,而search 大小是255
SOTS/lib/dataset/siamese_builder.py
Line 420 in 3a6af0d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,请问在ocean论文中经过特征提取、connect_model后,最后的featuremap size是25,
但是stride是8,映射到原始尺寸图片是25*8=200,而search 大小是255
SOTS/lib/dataset/siamese_builder.py
Line 420 in 3a6af0d
self.grid_to_search_x = x * self.stride + self.search_size // 2
self.grid_to_search_x - x1
请问,这两步骤是否有问题?
The text was updated successfully, but these errors were encountered: