You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: