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
Hi,
我学习 s2anet 实现的时候发现在 models/roi_heads/s2anet_head.py 里,S2ANetHead 定义中有 (https://github.com/Jittor/JDet/blob/2fd9ef0833f2edc79ee8a30aadca503ce5054a36/python/jdet/models/roi_heads/s2anet_head.py#L160):
models/roi_heads/s2anet_head.py
S2ANetHead
self.or_pool = RotationInvariantPooling(256, 8)
我猜这里的 256 是不是硬编码了,应该换成 self.feat_channels?
256
self.feat_channels
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
我学习 s2anet 实现的时候发现在
models/roi_heads/s2anet_head.py
里,S2ANetHead
定义中有 (https://github.com/Jittor/JDet/blob/2fd9ef0833f2edc79ee8a30aadca503ce5054a36/python/jdet/models/roi_heads/s2anet_head.py#L160):我猜这里的
256
是不是硬编码了,应该换成self.feat_channels
?The text was updated successfully, but these errors were encountered: