[GitHub] eli2014 opened a new issue #12403: roi_align.cc

2018-08-29 Thread GitBox
eli2014 opened a new issue #12403: roi_align.cc URL: https://github.com/apache/incubator-mxnet/issues/12403 There maybe a bug in file roi_align.cc. # Line 177 and Line 178 T roi_width = std::max(roi_end_w - roi_start_w, (T)1.); T roi_height = std::max(roi_end_h - roi_start_h, (T)

[GitHub] eli2014 opened a new issue #12403: roi_align.cc bug?

2018-10-02 Thread GitBox
eli2014 opened a new issue #12403: roi_align.cc bug? URL: https://github.com/apache/incubator-mxnet/issues/12403 There maybe a bug in file roi_align.cc. #Line 177 and Line 178 T roi_width = std::max(roi_end_w - roi_start_w, (T)1.); T roi_height = std::max(roi_end_h - roi_start_h,