Skip to content

Commit 153d4f5

Browse files
committed
test=develop
1 parent 5d7395c commit 153d4f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/detection/roi_perspective_transform_op.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ bool in_quad(T x, T y, T roi_x[], T roi_y[]) {
104104
* a31 = (dx3 * dy2 - dx2 * dy3) / (dx1 * dy2 - dx2 * dy1) / (w - 1)
105105
* a32 = (dx1 * dy3 - dx3 * dy1) / (dx1 * dy2 - dx2 * dy1) / (h - 1)
106106
* a33 = 1
107-
*
108107
*/
109108
template <typename T>
110109
void get_transform_matrix(const int transformed_width,

0 commit comments

Comments
 (0)