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

RoIRingPoolFunction #23

Open
b03505036 opened this issue Apr 30, 2020 · 1 comment
Open

RoIRingPoolFunction #23

b03505036 opened this issue Apr 30, 2020 · 1 comment

Comments

@b03505036
Copy link

why are you using RoIRingPoolFunction instead of RoIAlign?

And also in the lib/nets/network.py
pool5_roi = self._roi_ring_pool_layer(net_conv, rois, 0., 1.0)
pool5_context = self._roi_ring_pool_layer(net_conv, rois, 1.0, 1.8)
pool5_frame = self._roi_ring_pool_layer(net_conv, rois, scale_inner = 1.0 / 1.8, scale_outer = 1.0)

what is different between this three parts of roi ?

Thank you!

@vasgaowei
Copy link
Owner

The RoiRingPoolFunction is adopted from another eccv paper, you can read this paper https://arxiv.org/abs/1609.04331 for better understanding.

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