Skip to content

Commit 5c3457a

Browse files
h-joocopybara-github
authored andcommitted
No description
PiperOrigin-RevId: 753187418
1 parent 6a3a323 commit 5c3457a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_examples/lite/model_maker/core/task/model_spec/object_detector_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def evaluate_tflite(self,
374374
progbar = tf.keras.utils.Progbar(steps)
375375
for i, (images, labels) in enumerate(dataset):
376376
# Get the output result after post-processing NMS op.
377-
_, nms_scores, nms_classes, nms_boxes = lite_runner.run(images)
377+
_, nms_scores, nms_classes, nms_boxes = lite_runner.run(images) # pytype: disable=bad-unpacking
378378

379379
# CLASS_OFFSET is used since label_id for `background` is 0 in label_map
380380
# while it's not actually included the model. We don't need to add the

0 commit comments

Comments
 (0)