From 153d4f5d152fd055a086b29b6b0c6b3a23ce6f4d Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Thu, 27 Sep 2018 05:54:52 +0000 Subject: [PATCH] test=develop --- paddle/fluid/operators/detection/roi_perspective_transform_op.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/fluid/operators/detection/roi_perspective_transform_op.cc b/paddle/fluid/operators/detection/roi_perspective_transform_op.cc index 3db9ff947bf..42c720e701f 100644 --- a/paddle/fluid/operators/detection/roi_perspective_transform_op.cc +++ b/paddle/fluid/operators/detection/roi_perspective_transform_op.cc @@ -104,7 +104,6 @@ bool in_quad(T x, T y, T roi_x[], T roi_y[]) { * a31 = (dx3 * dy2 - dx2 * dy3) / (dx1 * dy2 - dx2 * dy1) / (w - 1) * a32 = (dx1 * dy3 - dx3 * dy1) / (dx1 * dy2 - dx2 * dy1) / (h - 1) * a33 = 1 - * */ template void get_transform_matrix(const int transformed_width, -- GitLab