ElaineBao opened a new pull request #16017: Add RROIAlign
URL: https://github.com/apache/incubator-mxnet/pull/16017
 
 
   ## Description ##
   Add RROIAlign operator and test case.
   Different from ROI Align, RROI Align uses rotated rois, which is suitable 
for text detection.
   Reference paper: Ma, Jianqi, et al. "Arbitrary-Oriented Scene Text Detection 
via Rotation Proposals."
   IEEE Transactions on Multimedia, 2018.
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding 
a new operator)
   - [ ] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ ] RROIAlign
   - [ ] test case for RROIAlign
   
   ## Comments ##
   - Only forward pass of RROIAlign is implemented.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to