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

pyramid_roi_align in MaskRCNN if the roi_level of level P6 is included #84

Open
13917904019 opened this issue Nov 15, 2019 · 0 comments

Comments

@13917904019
Copy link

Hello

In your MaskRCNN work, if Pyramid contains additional level P6, the roi_level of level P6 should be 4,not 5. Am I right? But in mrcnn.py, in about 400 lines, 'roi_level[hw > 0.65] = 5' should be 'roi_level[hw > 0.65] = 4'. Is it right?

By the way, your work is great.

@13917904019 13917904019 changed the title pyramid_roi_align in MaskRCNN if pyramid_levels is included pyramid_roi_align in MaskRCNN if the roi_level of level P6 is included Nov 15, 2019
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