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

RotationInvariantPooling(256, 8) 硬编码? #52

Open
Xunius opened this issue Aug 18, 2022 · 0 comments
Open

RotationInvariantPooling(256, 8) 硬编码? #52

Xunius opened this issue Aug 18, 2022 · 0 comments

Comments

@Xunius
Copy link

Xunius commented Aug 18, 2022

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):

self.or_pool = RotationInvariantPooling(256, 8)

我猜这里的 256 是不是硬编码了,应该换成 self.feat_channels?

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