You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/26 08:23:55 UTC

[GitHub] wkcn edited a comment on issue #13088: make ROIAlign support position-sensitive pooling

wkcn edited a comment on issue #13088: make ROIAlign support position-sensitive pooling
URL: https://github.com/apache/incubator-mxnet/pull/13088#issuecomment-449926858
 
 
   Thanks for your contribution!
   The code works well, and I think it will be better to add the assertion ‘input_channel % ( pooled_width*pooled_height)==0’ when position_sensitive is true.
   
   In Python unittest ‘test_roi_align_value‘, the channel C of data should be the multiple of pooled_width*pooled_height when testing position_sensitive.

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


With regards,
Apache Git Services