This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
What's the mean of group_size of psROIPooling on MxNet? #19699
Unanswered
elbert-xiao
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This question has been resolved! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see a usage of psroipooling in the code of FCIS paper:
psroipool_cls_seg = mx.contrib.sym.PSROIPooling(name='psroipool_cls_seg', data=fcis_cls_seg, rois=rois, group_size=7, pooled_size=21, output_dim=num_classes*2, spatial_scale=0.0625)
I can understand the 'pool_ size' is the number of bins, but what's the mean of 'group_size'?
Beta Was this translation helpful? Give feedback.
All reactions