How to change the RROI 's calculation process #2783
Unanswered
lllukehuang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My current work needs to change the feature extraction method of RROI layer to obtain better image context. Specifically, I need to expand the width of the ROI region output by RPN, but I'm not sure where to make the change.
My previous attempts: (in layers/roi_align_rotated.py)
Just simply expand the width of rois here:
But actually, in this way the model's inference results just looks same as before.
So my questions are:
Any suggestion is welcome.
Beta Was this translation helpful? Give feedback.
All reactions