We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b02dd commit 57f2452Copy full SHA for 57f2452
test/test_transforms_v2.py
@@ -586,7 +586,7 @@ def affine_rotated_bounding_boxes(bounding_boxes):
586
]
587
)
588
transformed_points = np.matmul(points, affine_matrix.astype(points.dtype).T)
589
- output = torch.Tensor(
+ output = torch.tensor(
590
[
591
float(transformed_points[1, 0]),
592
float(transformed_points[1, 1]),
0 commit comments