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

Some question about Discriminative RoI Pooling #12

Closed
wangjue-wzq opened this issue Aug 25, 2020 · 2 comments
Closed

Some question about Discriminative RoI Pooling #12

wangjue-wzq opened this issue Aug 25, 2020 · 2 comments

Comments

@wangjue-wzq
Copy link

From your paper, I know that the Discriminative RoI pooling is specifically designed for classification. But after reading your code, I've seen the Discriminative RoI pooling used in SingleRoIExtractor. In other words, it operates on both classification and regression tasks. Am I right in understanding this? In addition, in the ablation experiment, DRP is significantly improved compared to AP of the baseline. Is the increase mainly derived from Defromable ROI pooling or Adaptive pooling? Look forward to your answers.

@JialeCao001
Copy link
Owner

JialeCao001 commented Aug 25, 2020

@wangjue-wzq Thanks for interest. Discriminative RoI pooling is specifically designed for classification, where Deformable ROI pooling has a good improvement. The regression uses ROI pooling instead of Discriminative RoI pooling. Please refer to the code.

reg_roi_extractor=dict(

@wangjue-wzq
Copy link
Author

Thanks!

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

2 participants