Skip to content

Commit 63d8b3a

Browse files
No public description
PiperOrigin-RevId: 764877416
1 parent 26cca22 commit 63d8b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

official/projects/waste_identification_ml/model_inference/postprocessing_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
class PostprocessingTest(tf.test.TestCase):
2020

2121
def test_reframe_image_corners_relative_to_boxes(self):
22+
"""Test if the function correctly reframes the image corners relative to the boxes."""
2223
box1 = tf.constant([100.0, 200.0, 300.0, 400.0])
2324
boxes = tf.stack([box1])
2425
expected = tf.stack([tf.constant([-0.5, -1.0, -0.495, -0.995])])

0 commit comments

Comments
 (0)